Product categories, subcategories overflow
-
Hello,
I’m encountering an issue with the Product Categories block in the XTemos Woodmart theme. When a category contains too many subcategories, they are all displayed in the card without any limit, which causes the height of the card to increase significantly and break the uniform layout.
I would like to suggest adding a “See more” or “Show more” option to limit the number of subcategories shown by default. This would maintain a consistent card height across all categories and improve the overall visual structure of the section.
Please see the attached screenshots for reference.
Theme: Woodmart vegetable template
Thank you in advance for your help!
Attachments:
You must be
logged in to view attached files.
Additional clarification: In this context, I’m referring to the product archive, category style: side, which could become overwhelming if we include too many subcategories. I believe it would be a great idea to either add a “See more” option, as previously mentioned, or make the sidebar scrollable, similar to the MASK one.
Attachments:
You must be
logged in to view attached files.
Hello,
Unfortunately, I am unable to visit your site at the moment due to a maintenance mode. 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,
Hi please check the username and password
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS to control the height of the categories banner.
.cat-design-side .wd-cat-content ul {
max-height: 100px; /* limit height */
overflow: hidden; /* hide extra items */
position: relative;
}
/* Add fading dots effect at bottom */
.cat-design-side .wd-cat-content ul::after {
content: "...";
position: absolute;
bottom: 5px;
right: 10px;
}
Best Regards,
That’s amazing thanks a lot !
Sorry again small issue in the menu, on the side it unfortunately also display it with the 3 dots when the side menu is supposed to display them all…
Check “Promotions” menu to see
Sorry to bother again
Hello,
Your issue has been resolved. Check back your site and check the issue.
Best Regards,
Thanks a lot !
It’s working perfectly
Hello,
You’re very welcome! If you need anything else, feel free to reach out!
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards,
The topic ‘Product categories, subcategories overflow’ is closed to new replies.