Shopify themes, liquid, logos, and UX
Hello,
There's a white bar above my Collapsible Content section but just below my header. This isn't the case on any of my other pages, wondering if I can remove it. Padding is set to 0 so I don't think it's that
https://69d88d-2.myshopify.com/pages/events password "etrawn", using theme Taste
Thank you
Solved! Go to the solution
This is an accepted solution.
Hi @kimi1 ,
Go to Online Store > Themes > Actions > Edit Code > base.css
Add below code at the bottom of base.css file
body .caption-with-letter-spacing {
margin-top: 0;
}
Hi @kimi1
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
@media screen and (min-width: 750px) {
.page-width {
padding: 7px 5rem !important;
margin-top: -1rem !important;
}
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
This is an accepted solution.
Hi @kimi1 ,
Go to Online Store > Themes > Actions > Edit Code > base.css
Add below code at the bottom of base.css file
body .caption-with-letter-spacing {
margin-top: 0;
}
Hi @kimi1
main#MainContent {
margin-top: -10px !important;
}
I hope this helps
Best,
Daisy
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025