Tagged: Burger Menu
I have set the menu to Logo Center, menu below.
On mobile, however, the burger is on top of the logo – how can I move the burger menu to right?
Hey c3idesign,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header .main_menu {
left: 90% !important;
}
}
Best regards,
Mike
Thank you!
How can I remove this extra space? See link below.