Hey community,
I’ve look everywhere to remove the space between the header and the product page, there’s no them setting, is there a css code for this please?
Looking forward for your help,
thanks again
edibpe-sw.myshopify.com
psw : kingaaliya
Hey community,
I’ve look everywhere to remove the space between the header and the product page, there’s no them setting, is there a css code for this please?
Looking forward for your help,
thanks again
psw : kingaaliya
Hello @AA226
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello @AA226
.template-product .main-content {
padding-top: 0!important;
}
Hey @AA226
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you so much
Hello,
.template-product .main-content {
padding-top: 0px !important;
}
Thanks!