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 ,
- In your Admin page, go to Online store > Themes
- Choose the theme you want to edit then click Actions > Edit code.
- Open the theme.css or (main CSS file) under the Asset folder.
- Add the code below.
.shopify-section .collection-description {
max-width: 100%;
}
Thanks it works perfectly !
1 Like