i searched on 990px and tried a number of suggestions …with no luck
What would the CSS be to do this say at 1200px or below ?
Using a logo that is 450
Layout is boxed at 1310
Activated smart phones and tablets
Hi aribann!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1200px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
Cheers!
Rikard
perfect @ 1024px
thanks