how to disable the responsive menu?


Author Message
mirit

Posted: 7/17/2014
Quote message 

Hi

I would like to show the menu in mobile devices not as menu responsive icon, but as regular buttons

Is it posible?
Mirit

 
techtom

Posted: 7/17/2014
Quote message 

You can try adding the following to your style.responsive.css sheet at the bottom.

.responsive .art-nav .art-menu-btn {
display: none;
}

.responsive .art-nav ul.art-hmenu
{
display: block;
}
 
eakky

Posted: 1/5/2017
Quote message 

Hello techtom and everybody
this code in 5 Jan 2017 is not work, Pls help me

.responsive .art-nav .art-menu-btn {
display: none;
}

.responsive .art-nav ul.art-hmenu
{
display: block;
}