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.
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%;
Yes
Yes, that’s what I also thought. Thanks.
@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.
Thanks for the help ! Is it possible to have picture the same size as on the home page ?
Let me know, if you need any more help,
kindly like and accept our Solution,
if helpful.
thank you.
Thanks for the help ! Is it possible to have picture the same size as on the home page ?