Hi
on my webesite daestaovest.com, i set menu mobile but now in mobile device the logo overlpas on burger icon.
1) how can i set burger icon on left and logo on right and don’t overlaps them?
2) how can i change font color of mobile menu, now it’s grey i would white?
3) how can i set flyout width at 80% of screen, i set mobile menu styling/flyout width but on smartphone flyout overlaps all screen
thanks
Sorry, but while i am trying to solve question above, now i have another problem, font-color of menu now is red and i can’t do it white like it was before
Hi,
Let’s stick to your first problem first, please try this in Quick CSS to move the menu over to the right on mobile:
@media only screen and (max-width: 767px) {
.av-main-nav-wrap {
float: right !important;
}
}
Best regards,
Rikard
hi thanks to answer, but it don’t work.
The logo continue to overlaps on burger icon
Hi,
This is how I am viewing it. It seems the code Rikard provided is working. Have you tried to hard clear your cache a few times over:
Best regards,
Jordan Shannon