Remove the side padding for product image on product page Palo Alto

you pay 360$ for the disgusting Palo Alto theme and there is no option to make the product image full width without the white padding on top and on the sides. Can someone please help me. I want the product image to be full width without any side paddings and on top as well.

Check the picture to see what I want removed. any help appreciated and never buy palo alto theme!

@zlati84

Can your share your store URL!

Thanks!

@zlati84 can you please share your website link and the picture to see what you want removed

Hi, can you share store url?

www.bear-tees.com

@zlati84

Can you share the screenshot what you want!

Thanks!

The side and top paddings to be removed. so the image is full width

www.bear-tees.com

i want side and top paddings removed. just for the product image and no other images. also just for mobile!

Hi Zlati84

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file theme.css and add this code at the end of the file
@media (max-width: 768px) {
   .product-single__details {
    padding: 0 20px !important;
}

.wrapper {
    padding: 0 !important;
}
}

Best,

Liz