Home New Guten Forums WoodMart support forum Product categories, subcategories overflow

Product categories, subcategories overflow

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #663100

    user67844
    Participant

    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.
    #663103

    user67844
    Participant

    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.
    #663305

    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,

    #663309

    user67844
    Participant

    Hi please check the username and password

    #663431

    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,

    #663684

    user67844
    Participant

    That’s amazing thanks a lot !

    #663687

    user67844
    Participant

    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

    #663776

    Hello,

    Your issue has been resolved. Check back your site and check the issue.

    Best Regards,

    #663889

    user67844
    Participant

    Thanks a lot !
    It’s working perfectly

    #663945

    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,

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Product categories, subcategories overflow’ is closed to new replies.