hi,
we turned off the RWD function in “General Layout”, but the menu disappeared when screen size gets smaller.
could you help?
thank you :)
screen cast: http://screencast.com/t/Tcw9XDxK
Hey decode!
I’m not sure what you mean by RWD. Can you send us a link to your page so we can take a look?
Best regards,
Elliott
hi, Elliott
I mean the Responsive mode,
http://screencast.com/t/wvlwgGmWkIxz
Once we turned it OFF, the Menu will disappear with smaller screen.
thanks a lot
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.main_menu .avia-menu, #header_main_alternate, .fallback_menu {
display: block;
}}
Regards,
Yigit
It Works !!
thank you :)