Remove margins in the sides and between images

I’m building a layout using PageFly and trying to remove all the margins and spacing on the sides of the page. I’ve already set all the margins to 0, but there’s still unwanted space showing on the sides.

2 Likes

Hi @hamoza3

can you share the store url & password (if applicable) then let me check

Hi @hamoza3 , can you share store url?

Hello @hamoza3
Welcome to the Shopify Community! Kindly share your store URL and password (if it is password-protected), so that I can review it and provide you with an accurate solution.

https://ezihear.com/pages/hear
i want to remove the margins at the side and at the top and bottom specially on the mobile

Let go to Admin → Sale channels → Themes → click to Edit code your current theme → find base.css file then add this code to below of that file:

.__pf.__pf_oOxLGzCG .pf-10_>.pf-flex-section {
  max-width: unset;
}
.__pf.__pf_oOxLGzCG section[data-section-id="pf-caf3"]{
  padding: 0;
}

The result is picture full on your site