Home Forums Basel support forum Hamburger menu on tablets

Hamburger menu on tablets

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #35236

    mart
    Participant

    Is there a way how to display hamburger menu on tablets?

    #35271

    Artem Temos
    Keymaster

    Hi,

    Yes, our theme displays mobile menu hamburger menu on tablet devices. You can check how it works on our demo website.

    Regards

    #35391

    mart
    Participant

    Interestingly your demo does show hamburger menu (except landscape mode), but the theme doesn’t display hamburger menu on our website. See the attached screenshot. (Tested on iPad Pro)

    #35392

    mart
    Participant

    Adding the screenshot…

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

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    @media (max-width: 1024px) {
    
    .main-header .wrapp-header .main-nav {
    	display: none;
    }
    
    .main-header .wrapp-header .right-column .mobile-nav-icon {
    	display: inline-block;
    }
    }

    Regards

    #37314

    mart
    Participant

    This solved my problem. Thanks for your help!

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

The topic ‘Hamburger menu on tablets’ is closed to new replies.