[Resolved] Scaled logo size

  • Author
    Posts
  • #8026

    Andrew Misplon
    Keymaster

    Hi Danny

    Thanks for posting.

    A friendly reminder that all WordPress themes completely overwrite all of their files during updates so editing theme files at a code level is not update safe and not advised.

    One option would be to not use the sticky header, I’m sure you’ve considered this. It’s worth trying out, it doesn’t necessarily fit with all use cases of the theme.

    If you’d like to continue using the sticky header you can try set your own size for the scaled logo using:

    .site-header.stuck .site-branding img {
    	max-width: 100px;
    }

    Adjust the max-width as required. Insert the CSS at Customize > Additional CSS or in a Custom CSS plugin.

    Hope that helps 🙂

    #8029

    danny weiss
    Participant

    Hi Andrew,

    Yes, that’s exactly what I needed!!
    I was thinking that, in case I couldn’t find a way to change this, I’d simply disable the sticky header, but that wasn’t what I wanted for my website. And of course I made all css changes in a child theme.
    Thank you for your awesome solution! 🙂

    #8032

    Andrew Misplon
    Keymaster

    Super 🙂 Glad to hear that did the trick and thanks for the additional feedback.

    All the best with your site.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Scroll to top