CLANGOS Posted September 9 Share Posted September 9 Hello, I am looking for a way to remove the gap above the nav bar in the picture above, so that a picture I use as a background on the intro to a page doesn't get cut off at the top by bleeding underneath the nav bar, is there a way to do this? Website: https://www.iowahealthieststate.com/ Link to comment
Ziggy Posted September 9 Share Posted September 9 You have this added in Custom CSS, it's causing the problem: .announcement-bar-reserved-space .sqs-announcement-bar-dropzone { min-height: 2.3em; } CLANGOS 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
CLANGOS Posted September 9 Author Share Posted September 9 3 hours ago, Ziggy said: You have this added in Custom CSS, it's causing the problem: .announcement-bar-reserved-space .sqs-announcement-bar-dropzone { min-height: 2.3em; } Thank you for your response! I am having trouble finding where to find it, I can't find it in the Custom CSS window I know of, am I missing where this can be changed? Can you help me find it? Thanks! Link to comment
Ziggy Posted September 10 Share Posted September 10 10 hours ago, CLANGOS said: Can you help me find it? Thanks! It would be in Custom CSS or in code injection or page code injection. To counteract the problem, you can add this to the bottom of Custom CSS: .announcement-bar-reserved-space .sqs-announcement-bar-dropzone { min-height: 0 !important; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment