EllaBoadu_ Posted April 13, 2023 Share Posted April 13, 2023 (edited) 1. Hi I'd like to reduce the bottom padding slightly on the header when viewing on mobile. Any code for this? 2. I'd also like a code to adjust the left three lines on the header so they align with the video image. Edited April 13, 2023 by EllaBoadu_ Link to comment
Ziggy Posted April 13, 2023 Share Posted April 13, 2023 Can you share your website URL? 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) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
EllaBoadu_ Posted April 13, 2023 Author Share Posted April 13, 2023 32 minutes ago, Ziggy said: Can you share your website URL? https://ellaboadu.com Link to comment
Ziggy Posted April 13, 2023 Share Posted April 13, 2023 Cropping the blank space around your logo would reduce the vertical padding on the header. This CSS should help align the header burger: @media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) { .header .header-announcement-bar-wrapper { padding-left:4vw !important; padding-right:4vw !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) 🖼️ 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