My background is below the footer ONLY on product pages. On other pages is normal.
help me with this i’m trying to find a solution since yesterday
My background is below the footer ONLY on product pages. On other pages is normal.
help me with this i’m trying to find a solution since yesterday
https://jxvksk-q9.myshopify.com/
pass: xxx
Hey @aleeenn
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
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code at the bottom:
footer.footer {
margin-bottom: 0 !important;
}
Note: Don’t use any css in theme.liquid until it’s much necessary.
Regards
Guleria