How can I make logo fit to the page

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support How can I make logo fit to the page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16027
    yingyosl
    Member

    I’m curious what is the appropriate size of the logo (in pixel) to make it fit to the website and mobile website. Since I try to create my logo in photoshop and upload it at site logo. The logo seems very okay on my laptop, but it’s too large on my friend’s computer. How can I make logo size fixed when opened with any computer?

    #16029
    yingyosl
    Member
    This reply has been marked as private.
    #16053
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    #site-logo a img {
        max-height: 75%;
        max-width: 75%;
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.