Home Forums WoodMart support forum All Categories sidebar dont fit all my categories

All Categories sidebar dont fit all my categories

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

    myroglous
    Participant

    Hey ,

    I have a problem with all categories . In laptop screen doesnt appear all of my categories , i believe the font and the icon is to big so it doesnt fit . How can i change the font from the sidebar ;

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

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    /* Reduce sticky navigation text size */
    .wd-sticky-nav .wd-nav-sticky > li > a .nav-link-text {
        font-size: 10px !important;  /* adjust smaller font */
    }
    
    /* Reduce icon size */
    .wd-sticky-nav .wd-nav-sticky > li > a .wd-nav-img {
        --nav-img-width: 16px !important;   /* smaller icons */
        --nav-img-height: 16px !important;
    }
    
    /* Reduce padding and vertical spacing */
    .wd-sticky-nav .wd-nav-sticky > li > a {
        padding: 2px 12px !important; /* tighter top-bottom padding */
        min-height: 32px !important;  /* shorter item height */
    }

    Best Regards,

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