Home / Forums / WoodMart support forum / Product categories, subcategories overflow
Home › Forums › WoodMart support forum › Product categories, subcategories overflow
Product categories, subcategories overflow
- This topic has 9 replies, 2 voices, and was last updated 1 year, 1 month ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
May 25, 2025 at 9:51 pm #663100
user67844ParticipantHello,
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.May 25, 2025 at 10:16 pm #663103
user67844ParticipantAdditional 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.May 26, 2025 at 3:30 pm #663305Hello,
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,
May 26, 2025 at 3:37 pm #663309
user67844ParticipantHi please check the username and password
May 27, 2025 at 9:03 am #663431Hello,
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,
May 28, 2025 at 12:31 am #663684
user67844ParticipantThat’s amazing thanks a lot !
May 28, 2025 at 12:47 am #663687
user67844ParticipantSorry 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 againMay 28, 2025 at 11:42 am #663776Hello,
Your issue has been resolved. Check back your site and check the issue.
Best Regards,
May 28, 2025 at 5:40 pm #663889
user67844ParticipantThanks a lot !
It’s working perfectlyMay 29, 2025 at 8:32 am #663945Hello,
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, -
AuthorPosts
The topic ‘Product categories, subcategories overflow’ is closed to new replies.
- You must be logged in to create new topics. Login / Register