Fix sections being not align

Hi in all my product pages for some reason the collections sections on the bottom don’t align with the previous sections. Can you please help. Thank you

Pass: biangu

Url: www.matibrnd.com

Hi @MT27

Please go to your Online Store > Themes > Edit code, open base.css file, go bottom of your file, file this code

.width-section-collection {
   max-width: 157rem !important;
}

Update the code to this

.width-section-collection {
   max-width: 157rem !important;
   margin: 0 auto;
}

Best Regards,

Dan from Ryviu

Hi @MT27

This is Theodore 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,

Theodore | PageFly