Hey there,
I use centered Logo and automatically the Burger menue is also centered.
I want to move the Burger to the right side.
What can I do?
Cheers and Thank you!
Monika
Hey Monika,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
position: absolute;
width: 50px;
float: right;
top: -70px;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you so much, that worked :)
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike