How can I eliminate blank margin spaces on the ENVY theme?

Hello!

I’m pretty sure this have been asked before but I couldnt manage to solve it by myself :confused:

I’ve tried to removed the blank spaces I have next to my product pictures but cant get to it.

I’ve tried to change the max width in theme-product.min.css

but dosent seems to work.
https://septmerveilles.fr/
Can someone help me?

thanks a lot

1 Like

@florentD Please highlight the section in which you are getting blank space.

@florentD

can you please provide more details do you talk about home or anther page?

also share issue images

hii, @florentD
Paste this code on top of the theme-index.min.css file.

@media only screen and (min-width: 992px) {
.row.homepage-featured-products {
    width: 124% !important;
    margin-left: -12% !important;
}
}

Thank You.

HEllo, sorry here it is!

On home page for collection

Hello @Zworthkey , thanks for your reply, but doesnt seem to work :confused:

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1294px !important;
}
}

@florentD
Add this code in theme-index.min.css