Desktop menu on tablet device
-
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.
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
Hello, please use the link above
Thanks
Sorry, but your website seems to be not working at the moment https://gyazo.com/97a549ee78085ff9b11ed7cab3d8e914
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
It works perfectly! Really thanks for the support and for the great theme!
The topic ‘Desktop menu on tablet device’ is closed to new replies.