Menu items no longer inline from a certain screen size
-
Hi,
- How to make the Hamburger / Mobile menu show at a custom screen size instead of the default one ?
- Is it possible to change the header according to screen size ?
The need comes from the fact that we use the header of the organic demo, and from a certain screen width the menu items are no longer inline. As shown in the attached image from your demo.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
01. There is no direct option to change the mobile menu breakpoint in the theme settings. However, you can disable it using custom CSS. Try this:
@media (max-width: 1024px) { /* Adjust the width as needed */
.whb-col-left, .whb-mobile-left {
display: none !important;
}
}
02. 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