Home Forums Pro Themes Education Hub Pro Resizing Header for logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26276
    jimonline
    Participant

    How do I create more header room so I can make the logo larger? Does that require custom css or is there a setting I’m missing?

    #26343
    wensolutions
    Keymaster

    Hello,

    The Education Hub Pro theme automatically sets the flexible height and width for the image used in logo upto 110 px in height.

    You increase the logo size by uploading the image of height larger than the max-height if you want to increase the logo image size in the header. To do so, please add the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :

    .site-logo-link > img, .custom-logo-link img {
        max-height: 131px;
    }

    You can increase the value of max-height in px as per your image height / requirements to get a greater sized logo in the header.

    Hope this Helps,

    Best Regards !!

    #26389
    DB4Y
    Participant

    The height of my logo is 180px. I added the specified CSS with a max-height of 200px but it did not change anything. The height is still cut off.

    #26392
    DB4Y
    Participant

    Ignore my previous comment.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.