Is it possible to have the logo left and menu left next to the logo instead of below it?
Theres only an option for menu right and logo left.
Hey alvinhy!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.main_menu {
position: relative;
left: 100px;
}
Best regards,
Ismael
perfect, thanks for solving!