Hello experts! Trying to remove the white space under my header but cant find where. Can somebody help?
Want to remove this white empty space
Website: Reflawless.com
Pw: Kingstone1
Hello experts! Trying to remove the white space under my header but cant find where. Can somebody help?
Want to remove this white empty space
Website: Reflawless.com
Pw: Kingstone1
Hi @Kingstone
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.section-header.shopify-section-group-header-group {
margin-bottom: 0 !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
For remove white space under header follow below steps :
.shopify-section-group-header-group.section-header {
margin-bottom: 0;
}
Hope this works well for your issue.
Best Regards !
Hello @Kingstone ,
It’s the GemPages Support Team and we are glad to assist you today!
I would like to give you the recommendation to support you so kindly follow the steps below:
Open your theme.liquid theme file
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team