How can I adjust the width of my t-shirt section on my homepage?

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.

Link : https://relentless-clothingz.myshopify.com

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.