Product Category module different size
-
Hi Support,
I am using the Product Category feature in grid mode with the alternative design.
The issue is that some categories have three words while others have only one word, which causes the vertical alignment to differ in height. Is it possible to make all categories have the same height for better alignment?
Thank you!
Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
I have already send you a link with admin credentials.
Also the category design is configured for megamenu.
I would like to be in the same size also in mobile devices.
Attachments:
You must be
logged in to view attached files.
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-header-secondary-nav .wrapp-category .hover-mask {
height: 65px;
}
Best Regards.
Thank you mate !
From PC its ok but from mobile not….
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below custom CSS code as well in the Global Custom CSS section:
.category-grid-item .hover-mask {
height: 65px;
}
Best Regards.