Desktop menu is not adjustable when it reduces de size a bit
-
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.
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
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,