• Resolved beebsdotcom

    (@beebsdotcom)


    Ive tried a few different css codes from other threads, yet I cannot get the logo to appear smaller.

    They dont work when placed in Custom css widget or in Customise > additional css.

    Any support is greatly appreciated! Thank you!
    All the best,
    Brian

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • You should be able to simply decrease the image size in Photoshop or an online image editor and reupload it into Appearance > Customize > Site Identity > Logo. Otherwise, you should be able to modify the below CSS pixels:

    #masthead .site-branding > a > img {
        max-width: 510px;
    }

    This would be added to Customize > Additional CSS.

    try this

    .site-branding img {
    width: 50%;
    }

    Thread Starter beebsdotcom

    (@beebsdotcom)

    Hi guys, thanks so much!
    The width: 50% worked like a charm.
    WOOHOO!

    All the best,
    Brian

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make the Logo smaller?’ is closed to new replies.