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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025