How can I increase the width of my product grid on all pages?

Hi,

I would like to know if it was possible to increase the width of my product grid, so that it takes up the entire width on all product pages and not only on my home page ?

My website : https://relentless-clothingz.myshopify.com

Thanks.

Yes, you can increase max-width to 100% to make it full width but you might also need to make adjustments to product section for proper alignment.

Inside theme.css - Line #1089
max-width:100%;

1 Like

I was looking for something that will looks like this :

Yes

@Ulysse1300

@askdeveloper

lol, it’s 2 min work,

You don’t need to hire Developer.

1 Like

Yes, that’s what I also thought. Thanks.

1 Like

@Ulysse1300

@media only screen and (min-width: 750px){
.product-card__info {
    text-align: unset;
    padding-left: 44px !important;
}
div#Collection{
max-width:100% !important;
}
}

Add this code in the theme.scss or theme.css file.

1 Like

Thanks for the help ! Is it possible to have picture the same size as on the home page ?

@Ulysse1300

Let me know, if you need any more help,
kindly like and accept our Solution,
if helpful.

thank you.

1 Like

Thanks for the help ! Is it possible to have picture the same size as on the home page ?