Responsive menu


Author Message
Nadia

Posted: 7/19/2014
Quote message 

Please help me to figure out situation with top menu in Artisteer.It doesn't show up a regular menu in iPhone, correct? The only option is black box on the left.
Personally, I don't like this. Hoe to solve the problem with top menu.
Thank you!
 
techtom

Posted: 7/19/2014
Quote message 

You can add something like the following to the bottom of your style.responsive.css file and adjust the 970px as needed

@media (max-width: 970px)
{
.responsive .art-menu-btn {display: none !important;}
.responsive .art-nav ul.art-hmenu {display: block !important;}
}