Home Forums WoodMart support forum Desktop menu is not adjustable when it reduces de size a bit

Desktop menu is not adjustable when it reduces de size a bit

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #702638

    seo-0882
    Participant

    Hi, when seeing the menu if the screen is a bit narrow the elements go outs of the section, like in the screenshot. Is there any way to fix this?

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

    Hello,

    Sorry to hear about the inconvenience. Kindly, 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

    #702684

    seo-0882
    Participant

    i attach a link. thanks

    #702744

    Hello,

    You have too many items in the navbar as the width becomes less and the menu goes in two lines. Please try reducing the menu items.

    Alternatively, Try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for desktop.

    .whb-header .wd-nav {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .whb-header .wd-nav > li {
        flex: 0 0 auto;
    }
    .whb-header-bottom .wd-nav>li>a {
        font-size: 13px !important;
    }

    Best Regards,

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