Hey,
I would like to know how could I manage the width of my t-shirts section on the home page to be as width as my bestsellers section on the home page ?
Thanks.
Hey,
I would like to know how could I manage the width of my t-shirts section on the home page to be as width as my bestsellers section on the home page ?
Thanks.
Hi @Ulysse1300 ,
Find the theme.css file under the Assets folder and add the code below. Let me know if it works.
#shopify-section-16445096325c267a45 > div {
max-width: 100% !important;
}
Hi @Ulysse1300 ,
You can follow the instructions of @made4Uo , but it will only work fine with âT-SHIRTSâ section, if you want to add another âFeatured collectionâ section, everything will display with a smaller width.
So if you want the âFeatured collectionâ section to always be full width, please go to sections > collection.liquid file and add code here:
Code:
Hope it helps!
Thanks for the help, itâs exactly what I was looking for.