Shopify themes, liquid, logos, and UX
Hey everyone,
Ive got this unwatned gap between my header and feature product.
I've tried all the layout settings but hasn't changed anything and ive tried a few codes i've found on here but nothing works.
It's the small green section I'm trying to get rid of!
https://1xes1x-bj.myshopify.com/
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @Sammy113
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
@media (min-width: 768px) {
html .section-header {
margin-bottom: 0 !important;
}
}
Best,
Liz
You added this code somewhere in theme.liquid or header.liquid file, which caused the issue.
@media screen and (min-width: 750px) {
.section-header {
margin-bottom: 24px;
}
}
Please remove this code. If you cannot find and remove it, please add this code to your theme.liquid file
<style>
@media (min-width: 750px) {
html .section-header {
margin-bottom: 0;
}
}
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @Sammy113 ,
Go to Online Store > Themes > Actions > Edit Code > base.css
Add below code at the bottom of base.css file
@media screen and (min-width: 750px) {
body .shopify-section-group-header-group.section-header {
margin-bottom: 0 !important;
}
}
This is an accepted solution.
Hi @Sammy113
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
@media (min-width: 768px) {
html .section-header {
margin-bottom: 0 !important;
}
}
Best,
Liz
Thank you so much!! This worked perfectly!
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify 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, 2025