• I would like to make the logo and the contact fit on the header end to end, please follow the link to see what i mean.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi Robbbs,

    You need to reduce logo size which is very huge at the moment. You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    #logo img {
        width: auto;
        display: block;
        max-height: 32px;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Fitting logo banner on the header’ is closed to new replies.