• Resolved bentampa

    (@bentampa)


    https://www.pressurewashingtampabay.us/

    I am somewhat new to WordPress with limited CSS ability. (FYI)

    The logo in upper left is displaying too small

    I would like it to display as intended but unclear how.

    I unchecked “Force logo dimensions to max-width:250px and max-height:100px” in Global settings > Logo & Favicon but did nothing.

    Thank you!

    Ben

Viewing 2 replies - 1 through 2 (of 2 total)
  • Somewhere you have this forcing the dimensions:

    .site-logo > img {
        max-height: 100px;
        max-width: 250px;
    }

    Did you Save & Publish after unchecking the setting?

    Thread Starter bentampa

    (@bentampa)

    That may have been it. I thought it was saving in real-time but not long after unchecking, the logo appeared more desirable.

    Thank you for your contributions here, I have seen previous posts from years ago from you. You are definately an asset to new folks like me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo too small’ is closed to new replies.