Home Forums Free Themes Travel Insight Logo too small

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

    we installed Travel insight pro but logo is too small. we want the logo bigger. How can we adjust the size of the logo (make it bigger?)

    #116266
    wensolutions
    Keymaster

    Hello,

    To increase the height of the logo in the site, you have to add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .site-logo img {
        max-height: 95px;
    }

    You can adjust the height of the logo from ‘max-height’ as per your requirement.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

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