Hi
I need the burger menu on the left and the logo centered.
But in the options I only find the logo on the left and the menu on the right
Hey Ramiro,
Thank you for the inquiry.
Try to set the Menu And Logo Position to Logo right menu left, then add this css code to align the logo to the center.
.html_header_top #top .av_logo_right .logo {
left: auto;
right: 50%;
transform: translateX(-50%);
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding this css code.
Best regards,
Ismael