Remove white padding on Shopify product page

Hi there,

I added the below code – to make my product pages full width, which has worked great.

How do I remove the white padding? Without just adding padding: 0, it should be spaced the same as the home page…

https://www.reformedcharacters.com/products/coming-soon

Thanks,

D

@danielhinde

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.mini.css ->paste below code at the bottom of the file.
.template-product #main .container {
    padding: 0;
}

This completely removes all padding so text is forced to the edge though…

1 Like

@danielhinde

oh sorry

can you please remove first one and add this

#shopify-section-about-image, #shopify-section-blog--blog-posts {
    margin: 0px -15px;
}
1 Like

Amazing thanks Ketan!

@danielhinde

its my pleasure to help us