mportch Posted December 8, 2022 Share Posted December 8, 2022 Hi, How do I make the top margin on this home page less: https://www.mattportch.com/ ...so it matches the top margin space on this page: https://www.mattportch.com/desert-modern Thanks! Link to comment
Ziggy Posted December 8, 2022 Share Posted December 8, 2022 Try adding this Custom CSS: .gallery-fullscreen-slideshow[data-width="full"] { padding-top: calc(10vmax / 10) !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
mportch Posted December 8, 2022 Author Share Posted December 8, 2022 it's saying: .gallery-fullscreen-slideshow[data-width="full"] { 852 padding-top: calc(10vmax / 10) !important; 853 } Syntax Error on line 852 Link to comment
Ziggy Posted December 8, 2022 Share Posted December 8, 2022 Try this instead: .gallery-fullscreen-slideshow { padding-top: calc(10vmax / 10) !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
mportch Posted December 8, 2022 Author Share Posted December 8, 2022 still syntax error on this line... padding-top: calc(10vmax / 10) Link to comment
Ziggy Posted December 8, 2022 Share Posted December 8, 2022 Strange, this should do the job: .gallery-fullscreen-slideshow[data-width="full"] { padding-top: 15px; } mportch 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) 🖼️ 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