BradleyK Posted October 25 Share Posted October 25 How do I match the Index Page "WORK" header margin to the "STUDIO" Page header margin on my site? Link to comment
Ziggy Posted October 25 Share Posted October 25 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 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
BradleyK Posted October 25 Author Share Posted October 25 Sorry. https://ivesgrafik.com Link to comment
BradleyK Posted October 25 Author Share Posted October 25 I used this Custom CSS code for the header; however, the margin is not consistent with the "STUDIO" page of my site, and my images are being cropped by the header bar on the "WORK" page which is more noticeable when the announcement bar is on. section#container { padding: 0px !important; margin-top: 100px !important; } Link to comment
Ziggy Posted October 25 Share Posted October 25 It's probably cropping the images because you are forcing the margin-top to a fixed value, without that it is dynamic to account for elements like the announcement bar and header height. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
BradleyK Posted October 25 Author Share Posted October 25 How do I change the "WORK" Index Page margin to match that of the "STUDIO" Page margin? I removed the following from my Custom CSS, and now the images are not cropped. margin-top: 100px !important; Thanks for that solution. Link to comment
BradleyK Posted October 25 Author Share Posted October 25 Actually, I removed all of this code: section#container { padding: 0px !important; margin-top: 100px !important; } Is it possible to increase the header margin of the Index Page only to match the "Studio" Page margin? Link to comment
Solution Ziggy Posted October 25 Solution Share Posted October 25 You can try this Custom CSS: #container-content { padding-top:0px; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
BradleyK Posted October 25 Author Share Posted October 25 This works, but it works universally across the site. I want to increase the padding/margin below the header on the "WORK" Index Page only. Thanks for your help with this. Ziggy 1 Link to comment
Ziggy Posted October 25 Share Posted October 25 Assuming you mean the Studio page, this is the code for that page. #collection-61ab922820fe8637e83decb6 { #container-content { padding-top:0px; } } (the work page doesn't have padding at the top) Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark 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