rossant Posted March 26, 2020 Share Posted March 26, 2020 Hi there, I'm trying to remove the space above the logo in the header - so essentially it touches the top of the screen at all times (screenshot attached of what it is currently) Is this possible? Thanks! Link to comment
tuanphan Posted March 26, 2020 Share Posted March 26, 2020 Can you share link to your site? If you use SS 7.1, you can edit Site Header > Style > adjust here. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
rossant Posted March 26, 2020 Author Share Posted March 26, 2020 14 minutes ago, tuanphan said: Can you share link to your site? If you use SS 7.1, you can edit Site Header > Style > adjust here. I have tried this. With the vertical padding set to the lowest parameter of 1vw there is still a significant gap. Link to comment
tuanphan Posted March 26, 2020 Share Posted March 26, 2020 3 hours ago, rossant said: I have tried this. With the vertical padding set to the lowest parameter of 1vw there is still a significant gap. Can you share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
rossant Posted March 26, 2020 Author Share Posted March 26, 2020 1 minute ago, tuanphan said: Can you share link to your site? Hi - it's not live yet and I'm still on the trial, so I don't think I am able to share? Link to comment
tuanphan Posted March 26, 2020 Share Posted March 26, 2020 Just now, rossant said: Hi - it's not live yet and I'm still on the trial, so I don't think I am able to share? You can setup password & share url. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
tuanphan Posted March 26, 2020 Share Posted March 26, 2020 Add to Home > Design > Custom CSS .header-announcement-bar-wrapper.dark { padding-top: 0; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
rossant Posted March 26, 2020 Author Share Posted March 26, 2020 4 minutes ago, tuanphan said: Add to Home > Design > Custom CSS .header-announcement-bar-wrapper.dark { padding-top: 0; } Star! Thank you! Link to comment
rossant Posted March 30, 2020 Author Share Posted March 30, 2020 On 3/26/2020 at 2:31 PM, tuanphan said: Add to Home > Design > Custom CSS .header-announcement-bar-wrapper.dark { padding-top: 0; } This only seems to work on the homepage. Is there any code I can add so it works across the entire website? Link to comment
tuanphan Posted March 30, 2020 Share Posted March 30, 2020 38 minutes ago, rossant said: This only seems to work on the homepage. Is there any code I can add so it works across the entire website? try .header-announcement-bar-wrapper { padding-top: 0; } If it doesn't work, can you provide link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
rossant Posted March 30, 2020 Author Share Posted March 30, 2020 7 minutes ago, tuanphan said: try .header-announcement-bar-wrapper { padding-top: 0; } If it doesn't work, can you provide link to your site? That does not I'm afraid. https://silver-lily-l34l.squarespace.com/ Password: 123 Thanks Link to comment
tuanphan Posted March 30, 2020 Share Posted March 30, 2020 Use this .header-announcement-bar-wrapper { padding-top: 0 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
rossant Posted March 30, 2020 Author Share Posted March 30, 2020 9 minutes ago, tuanphan said: Use this .header-announcement-bar-wrapper { padding-top: 0 !important; } Great - thank you. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.