Help me!! Background below footer

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

1 Like

Hello @aleeenn ,

Please share the store URL.

Regards
Guleria

https://jxvksk-q9.myshopify.com/

pass: xxx

1 Like

Hey @aleeenn

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 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:

  1. Go to Online Store → Theme → Edit code

  2. 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

1 Like