Collection description margins- Pacific theme

Hello everyone,

I would lake to increase the margin of my collection’s description for all collections :

there is the link of the page : https://www.oceaniaenvironment.com/collections/aire-de-lavage-et-remplissage

This is an example where I would like to have the margin extended.

Thank you

Hi @francois68 ,

  1. In your Admin page, go to Online store > Themes
  2. Choose the theme you want to edit then click Actions > Edit code.
  3. Open the theme.css or (main CSS file) under the Asset folder.
  4. Add the code below.
.shopify-section .collection-description {
    max-width: 100%;
}

Thanks it works perfectly !

1 Like