Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #77976
    Alvin
    Participant

    Hi Sakin, I want to change the default size of Adventurous Pro theme logo. I read somewhere you said the max height is 41px but my logo is bigger than that and is showing too small especially for mobile. What is the custom css code to make it bigger and will this effect the theme responsive display in anyway?

    #78017
    Sakin
    Keymaster

    @Alvin: yes, it is controlled by css. Normal logo max height is 41px and when you scroll down and for fixed logo, it’s 32px. You can change the height in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS” box:

    #site-logo img { max-height: 41px; }
    #masthead.fixed-header #site-logo img { max-height: 32px; }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adventurous pro logo size’ is closed to new replies.