Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68303
    Mattias
    Participant

    Can you make logo in the mobile version full and centered, it gets very little just now ..?

    #68319
    Sakin
    Keymaster

    @Mattias: Please post in your site URL and then I can check in to send you custom css.

    #68352
    Mattias
    Participant
    #68730
    catchinternet
    Keymaster

    @Mattias: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 980px) {	
        #masthead { position: relative; }
        #header-left { text-align: center; width: 100%; }
        #site-logo img { max-height: 81px; }
        #site-logo  { float: none; }
        #header-right { position: absolute; right: 0; top: 0; }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile version Logotyp full and centered’ is closed to new replies.