Home Forums WoodMart support forum reduce the width of the burger menu

reduce the width of the burger menu

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

    cesare.cantagalli
    Participant

    Hi, is there a way to reduce the width of the burger menu? There’s a strange padding to the right of the title.
    Thanks

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

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS > Custom CSS for desktop:

    .wd-sticky-nav:is(:hover, .wd-opened) {
        width: 215px !important;
    }

    Best Regards,

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