This topic has 2 replies, 2 voices, and was last updated 1 days, 18 hours ago ago by Luca Rossi
Hello,
If you visit the page in private you will see the spotlight categories.
As you can see the titles beneath are not centered nor all of them have the titles there instead they are on the right.
Can you take a look,
Hi @TheOne,
Please find and remove this custom CSS code:
.swiper-slide .product {
display: flex;
flex-wrap: wrap;
height: 100%;
}
Or add this custom CSS code to fix this issue:
.etheme-category-grid-item.product-category {
display: block
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up