Good afternoon, I have a problem with my main menu, depending on the screen with which I see it the menu is replaced over the logo and I need it to be reduced or it becomes the hamburger menú
Hey juanraubeda,
Can you tell us what screen width would you like to enable the hamburger menu?
Best regards,
Nikko
YEs, look this page
http://www.responsinator.com/?url=https%3A%2F%2Fwww.impulsocooperativo.com%2F
iPad portrait · width: 768px
iPad landscape · width: 1024px
And In this web put impulsocooperativo.com
http://comosevemiweb.com/
1280 x 802 Sobremesa
768 × 1024 Tableta grande
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1280px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Rikard
thks!!
Hi juanraubeda,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria