Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #967480

    Hi!

    I am using your website for a few months now, but last week my burger menu, on mobile, changed by itself… It was on the right and now is on the top of my logo. I`ve tried many codes but none of them worked… You can see here: https://drive.google.com/file/d/1GLHliT7dgqzU_3UEy0OEuQWq0ITY_jBm/view?usp=sharing

    Can you help me?

    Thank you very much!

    #969835

    Hey michellerunge,

    Can you please disable optimization edits and let us know if that fixes your issue?
    Have you also applied any edits on the theme that might lost with the updates?

    Best regards,
    Basilis

    #969913

    Hi Basilis!

    Thank you for the reply! I disabled it, the burger icon came back to normal size, but still overlaping my logo on the right side… I tried many CSS codes again but none of them are working…

    I didn`t apllied any new edits on the theme. They are all the same since updating. Do you have any idea what is happening? All I want is to move the burger icon to the right.

    #970293

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    #avia-menu {
        float: right;
        margin-right: 30px;
    }
    }

    Best regards,
    Rikard

    #970534

    Hi Rikard!

    It worked! Thank you so much! You are awesome!

    #970665

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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