Narrative - Large Margin at bottom of product page - How do I remove/shrink it?

Hi!

I’ve done some modifications to a template and to the product page (in order to remove the column and buy button), however, a large margin has appeared at the bottom of the page between the media gallery and the bottom image with text section.

Anyone got an idea how to remove it?

Thanks!

https://exsimuk.myshopify.com/products/exsim-kr1 - Password is berry

Hi @AlexMoutrie .

I am Richard Nguyen from PageFly - Advanced Page Builder.

You can go to Online store => themes => Actions => Edit code and add this code on file theme.scss.css

.site-footer--parallax .content-for-layout{
margin-bottom: -80px !important;
}

Hope this helps.

Best regards,

Richard - PageFly

1 Like

Hi Richard,

That fixed the margin! However, I still need to raise the image with text overlay section since it’s overlapping the footer completely!