Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24222

    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

    http://www.clinicaencasa.com/site/

    #122791

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo & colors’ is closed to new replies.