Tagged: menu burger
-
AuthorPosts
-
June 18, 2021 at 9:45 am #1306318
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/15s64ehhow can I do?
June 19, 2021 at 8:08 am #1306498Hey fabioderosa,
You are just wanting the the menu to be on the right side?
Best regards,
Jordan ShannonJune 19, 2021 at 12:04 pm #1306505yes, please.
June 20, 2021 at 9:56 pm #1306615Hi,
Try the following in quick css:
.container.av-logo-container .header_main_alternate .container{ left:70%!important; }Best regards,
Jordan ShannonJune 21, 2021 at 8:39 am #1306675Hi 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-
This reply was modified 4 years, 4 months ago by
fabioderosa.
June 22, 2021 at 6:30 am #1306865Hi,
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,
RikardJune 22, 2021 at 10:53 am #1306904ok, is good solution, but I not see the menù, see image please.
https://prnt.sc/16axw2xJune 23, 2021 at 12:22 pm #1307129 -
This reply was modified 4 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
