Hi!! as I can center the logo in mobile? I need to be a different color from the submenu only without affecting other elements. ej header mobile green and submenu white. Thanks
Hi,
Please add this css to your /css/custom.css or to Quick CSS located in Enfold > Theme Options > Layout Style (text area on bottom of the page.
@media only screen and (max-width: 479px) {
#top .logo, #top .logo a {
overflow: visible;
left:32px
}}
@media only screen and (min-width: 480px) and (max-width: 767px){
#top .logo, #top .logo a {
overflow: visible;
left:115px
}}
Thanks,
Nick