Home Forums WoodMart support forum Category on shop page not displaying properly

Category on shop page not displaying properly

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164573

    Joie
    Participant

    Hello, i have added icons to the category but the categories displayed overlapped.

    https://plastikpedia.id/shop/

    how can i make it extended to the width of page ?

    Attachments:
    You must be logged in to view attached files.
    #164600

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To fix the spacing between the categories so that the categories did not displayed as overlapped. You can use the below CSS code in global custom CSS area under theme settings >> custom CSS:

    .nav-shop .woodmart-product-categories li {
        position: relative;
        margin-left: 12px;
    }
    
    .nav-shop .category-nav-link .category-summary {
        width: 100px;
    }

    Result: https://jmp.sh/Tfk0Bsw

    Best Regards.

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