Hello, I’ve got a little issue. When I surf my website with a tablet in landscape mode the menu goes over the logo of the company.
Is it possible to activate the responsive menu deciding the resolution that I want (at now I think the responsive menu being active at 990px)
Thank you
Hi Yigit I’m sorry but I’m working in local mode :( …what can I do?
Hey!
try to use this code in Quick CSS field:
@media only screen and (max-width: 990px) {
.container #advanced_menu_toggle, #advanced_menu_hide {
display: block;
}}
@media only screen and (max-width: 990px) {
.main_menu, #header_main_alternate {
display: none;
}}
Cheers!
Andy
Hey thank you! Now it’s ok :)