Tagged: menu burger
i have this problem, i have the burger menu that activates at 1200, and it looks like this
with this help code implemented
https://prnt.sc/15s60su
*code implemented*
@media only screen and (max-width: 1199px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}
}
but I wish it looked like that
https://prnt.sc/15s64eh
how can I do?
Hey fabioderosa,
You are just wanting the the menu to be on the right side?
Best regards,
Jordan Shannon
yes, please.
Hi,
Try the following in quick css:
.container.av-logo-container .header_main_alternate .container{
left:70%!important;
}
Best regards,
Jordan Shannon
Hi have this add my code for see the burger menu a <1200x
/*fabio burger menu */
@media only screen and (max-width: 1199px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}
.container.av-logo-container .header_main_alternate .container{
left:70%!important;
}
}
have add the your string but not see.
and I would like the 1200px menu to be seen as the 600px menu
thanks
Hi,
Thanks for the update. Please try this CSS instead:
@media only screen and (max-width: 1199px) {
#avia-menu {
float: right;
width: auto !important;
}
}
Best regards,
Rikard
ok, is good solution, but I not see the menù, see image please.
https://prnt.sc/16axw2x