Home Forums WoodMart support forum Desktop menu on tablet device

Desktop menu on tablet device

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #37617

    d.guerrini
    Participant

    Hello!
    Right nowthe template display the hamburger menu on tablet devices. I would have the desktop menu view also on tablet and show the hamburger only on mobile devices. Is there a custom ccs code wich I can add?
    Many thanks.

    #37654

    Bogdan Donovan
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

    Could you please send us a link to your website so we can prepare the CSS code snippet for you?

    Kind Regards
    XTemos Studio

    #37765

    d.guerrini
    Participant

    Hello, please use the link above

    Thanks

    #37766

    Artem Temos
    Keymaster

    Sorry, but your website seems to be not working at the moment https://gyazo.com/97a549ee78085ff9b11ed7cab3d8e914

    #37788

    d.guerrini
    Participant

    Please try now

    #37798

    Bogdan Donovan
    Keymaster

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

    @media (min-width: 768px) {
    
    body .main-header .main-nav, 
    body .main-header .search-extended, 
    body .main-header .widgetarea-head,
    body .sticky-header .main-nav, 
    body .navigation-wrap {
    	display: block;
    }
    
    body .header-left-side {
    	display: none;
    }
    }

    Regards

    #37825

    d.guerrini
    Participant

    It works perfectly! Really thanks for the support and for the great theme!

    #37831

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘Desktop menu on tablet device’ is closed to new replies.