Hello!
I would like to display the icon(hamburger menu) the to left and the logo at the center allt the time.
How can I do that?
The menu is as icon, sticky and shrinks when scrolling.
Anyone??
Hi grafixstudio,
We apologize for the late response.
Since you are using Logo right, Menu left for Menu & Logo Position, try adding this css code in Quick CSS (located in Enfold > General Styling):
.html_header_top #top .av_logo_right .logo {
right: 50%;
margin-right: -35.5px;
}
Best regards,
Nikko
Good solution
Thank you very much.
But in mobile the menu adjust to right and logo to left.
How do I make menu icon stay on the left side and logo this time on the right side?
Hi grafixstudio,
Glad to hear that :)
Can you try adding this css code after the code I gave:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #header_main .main_menu {
left: 0;
right: auto;
}
.html_header_top #top .av_logo_right #header_main .logo {
position: relative;
left: 50%;
right: auto;
margin-left: -41.5px;
margin-right: 0;
}
}
Best regards,
Nikko
Perfect works great. Thank you!
Hi grafixstudio,
Glad that we could help you :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great weekend!
Best regards,
Nikko