Home Forums Pro Themes Elead Pro Making the logo in the header larger

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #67527
    lisa.garner
    Participant

    I uploaded our logo but it shows up really small. It’s much larger than that so how do I enlarge it?

    If I’m not able to enlarge it – what dimensions should I create it as so that it fits that space like it does on the demo.

    Thanks,
    Lisa

    #67555
    wensolutions
    Keymaster

    Hello @lisa-garner,

    To increase the size of the logo use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .site-logo a img {
        max-width: 100%;
    }

    Hope this helps.

    Best Regards!!

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