Hello, I’ve been struggling with this wide space on the sides of my images. I want it to be exactly same as the wear active website. I would really appreciate the help. Also the width/ length of the add to card button.
Hi @Davanc , can you share your store url?
@Davanc , go to section-main-product.css and add the following code :
.page-width:has(.product) {
max-width: 150rem !important;
}
Hi @Davanc
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly


