Hi! How do I remove the padding on the sides in product pages as well as on regular pages (each page has their own custom template). See attached! Thank you!!
Hi @cocoate21
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
You can decrease the 100% value to have more spacing.
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Hi @cocoate21 ,
Go to your live theme, select Edit code
Then search for the theme.liquid file
and add the following code:
<style>
.page-width {
max-width: 100% !important;
}
</style>
Result:
If the above solution does not work or is not to your liking, can you please give me your store link to better understand the problem?