Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #900634

    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

    #900660

    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

    #900842

    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

    #900972

    hi thanks to answer, but it don’t work.
    The logo continue to overlaps on burger icon

    #901029

    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:

    https://snag.gy/Bjn6pO.jpg

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.