HT23
January 19, 2025, 2:14pm
1
Hello !
I would like to make this multicolumn section full widht. In order to make the images bigger and the multicolumn more aesthetic with the design of the page.
https://quatreausoir.fr/pages/personnalisation
I tried .section#shopify-section-template–23166564598025__multicolumn_6GqKRc {
width: 100%;
}
but it makes nothing.
Can someone help me please ?
Hey @HT23 here is solution.
Paste this code at the last of base.css file
.page-width.section-template--23166564598025__multicolumn_6GqKRc-padding.isolate.scroll-trigger.animate--slide-in {
max-width: 100% !important;
}
@HT23 add this and check
#shopify-section-template--23166564598025__multicolumn_6GqKRc .page-width{max-width:100%;}
Hi HT23
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.page-width.section-template--23166564598025__multicolumn_6GqKRc-padding.isolate.scroll-trigger.animate--slide-in {
max-width: 100%;
}
Result:
Best,
Esther
HT23
January 19, 2025, 2:47pm
5
Oh it works ! Thank you so much !