How can I adjust the width of the bestsellers section on the home page?

Hey,

I would like to know how could I manage the width of my bestsellers section on the home page ?

Thanks.

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

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
div#shopify-section-collection .page-width {
max-width: 1200px;
}
1 Like

Thanks for the help.
And is it possible to have the same thing for my t-shirt section on the home page please ?

Thanks.