- This topic has 3 replies, 2 voices, and was last updated 7 years, 6 months ago by
Andrew Misplon.
- AuthorPosts
- October 6, 2017 at 7:43 pm #8026
Andrew MisplonKeymasterHi 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 atCustomize > Additional CSS
or in a Custom CSS plugin.Hope that helps 🙂
October 7, 2017 at 11:51 am #8029
danny weissParticipantHi 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! 🙂October 8, 2017 at 10:25 am #8032
Andrew MisplonKeymasterSuper 🙂 Glad to hear that did the trick and thanks for the additional feedback.
All the best with your site.
- AuthorPosts
You must be logged in to reply to this topic.