Remove gap on product page between section and footer

Hi there,

I worked with a developer to create custom product pages and other pages, we had a small issue with white space between sections on the other pages (about page, contact page) – which we sorted.

I’ve just spotted a white gap at the bottom of the page too between the footer and previous section – any idea how to remove this?

https://www.reformedcharacters.com/collections/individual-cans/products/coming-soon?variant=41364885635264

Thanks

2 Likes

Hello There,
Please share me screenshot.
So that I will check and let you know the exact solution here.

@danielhinde

sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.min.css ->paste below code at the bottom of the file.
footer {
    margin-top: 0px;
}
1 Like

Please add below code in bottom of assets/theme.min.css file

footer{

margin-top:0;

}

Thank you.

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.min.css and paste this at the bottom of the file:

footer {
margin-top: 0px!important;
}

Screenshot :- https://image.prntscr.com/image/00lmgpSFTm65fcsVDMpFHg.png