Home Forums WoodMart support forum Menu items no longer inline from a certain screen size

Menu items no longer inline from a certain screen size

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

    Othes
    Participant

    Hi,

    1. How to make the Hamburger / Mobile menu show at a custom screen size instead of the default one ?
    2. 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.
    #634206

    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

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