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!
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
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.
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
Hi Rikard!
It worked! Thank you so much! You are awesome!