fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Icons overlapping on mobile

Hello,

The color icons are overlapping on mobile. I tried all the code that you wrote on other tickets, it works well on my homepage, but not on my category page :

https://www.eshop.baptiste-crestey.fr/categorie-produit/t-shirts/

Could you please help me ?

Baptiste

Tanvirul Haque

Hello Baptiste Crestey,

Thanks for reaching out to us. Could you put the following CSS code inside your customizer additional CSS section and let me know is it resolved your issue or not?

@media (max-width: 980px) {
.et-db #et-boc .et-l .et_pb_shop ul.products.columns-2 .variations .variable-items-wrapper li:nth-child(2n+2) {
margin-right: 8px !important;
}
}

Thanks