If Product Builder is stretched from side to side in the Atlantic theme, please follow these steps:
- From Shopify's admin, select Apps.
- Select Product Builder.
- Select Edit Product next to the Product Builder you want to adjust.
- Select Customize Selected Theme.
- Copy and Paste this code at the bottom of the Customize Theme CSS field:
/* ============================= Atlantic Theme Fix ============================= */ .shappify_product_builder { margin-top: 20px; width: 1000px; margin-left: auto; margin-right: auto; }
- Select Save.
That's it!