Shopify themes, liquid, logos, and UX
Hi Team,
I'm face the issue of extra padding between Header & Main Banner.
Inspect found a class but in this nothing is showing
Liquid code SS,
Please help to resolve this,
url:https://hairdramacompany.uk/
Best Regards,
Sohan
Hey @Sohan2198
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.content-indent.default {
margin-top: 0 !important;
}
</style>
RESULT
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Its working fine but It affect whole layout
<style>
@media screen and (min-width: 768px) {
header.site-header.fl.f-aic.left.page-width {
padding: 6px !important;
}
}
</style>
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution
Not Working
Hello @Sohan2198
Go to online store ----> themes ----> actions ----> edit code ----> theme.css
add this code at the end of the file and save.
div#header {
margin-bottom: -20px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hi Sohan2198
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file
.content-indent.default {
margin-top: 0 !important;
}
Result
Best,
DaisyVo
Hi @Sohan2198
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find base.css file
4) Add the following code in the bottom of the file.
if this code work please do not forget to like and mark it solution
div#shopify-section-navigation {
letter-spacing: 0 !important;
}
I'd be happy to take a closer look and assist to resolve it. Could you please share your store URL and let me know if you're using a specific theme or have made any recent changes to the header or banner section?. If you are intrested
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025