SalixMoon Posted March 28, 2022 Share Posted March 28, 2022 Hi folks. Spent the past hour looking through previous posts to find some css that can reduce the padding below the header in my shop page and the individual product pages. It just seems huge! thanks so much in advance! Link to comment
Jia Posted March 29, 2022 Share Posted March 29, 2022 12 hours ago, SalixMoon said: Hi folks. Spent the past hour looking through previous posts to find some css that can reduce the padding below the header in my shop page and the individual product pages. It just seems huge! thanks so much in advance! Hi, please share the website link and password (if applicable) so I can take a look Please give this a 👍 if it helps www.sevenstars.studiowww.instagram.com/sevenstars.studio Link to comment
SalixMoon Posted March 29, 2022 Author Share Posted March 29, 2022 (edited) Hi Jia, I haven’t made the website live yet, would I have to publish it first? Sorry, total novice! thanks Edited March 29, 2022 by SalixMoon Link to comment
SalixMoon Posted March 30, 2022 Author Share Posted March 30, 2022 On 3/29/2022 at 7:14 AM, Jia said: Hi, please share the website link and password (if applicable) so I can take a look Ok I’ve realised I can set a password for viewing: https://tulip-silver-6cb5.squarespace.com/home smweb1! I’d actually like to remove some of the padding at the top of every page, but for some reason on the shop pages and product pages it’s even bigger and totally unbearable. Thanks so much! max Link to comment
Jia Posted March 30, 2022 Share Posted March 30, 2022 25 minutes ago, SalixMoon said: Ok I’ve realised I can set a password for viewing: https://tulip-silver-6cb5.squarespace.com/home smweb1! I’d actually like to remove some of the padding at the top of every page, but for some reason on the shop pages and product pages it’s even bigger and totally unbearable. Thanks so much! max Hi, add this to custom css (Design > Custom CSS). This will remove padding at the top of every page. #page section .content-wrapper { padding-top:0px !important; } And to remove the additional padding on the shop and product pages, add this code: .products.collection-content-wrapper { padding-top: 0vw; } Let me know how it goes 🙂 SalixMoon 1 Please give this a 👍 if it helps www.sevenstars.studiowww.instagram.com/sevenstars.studio Link to comment
SalixMoon Posted March 30, 2022 Author Share Posted March 30, 2022 1 hour ago, Jia said: Hi, add this to custom css (Design > Custom CSS). This will remove padding at the top of every page. #page section .content-wrapper { padding-top:0px !important; } And to remove the additional padding on the shop and product pages, add this code: .products.collection-content-wrapper { padding-top: 0vw; } Let me know how it goes 🙂 Thank you so much that’s made it so much better! You absolute legend! Jia 1 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