try this CSS
#logo img {
width:200px /*change to fit your style*/
height: 50px; /*change to fit your style*/
}
Thanks a lot, goodmuyis! May I please ask if I should apply this code on editor section of WP under Stylesheet (style.css)? Am I right? If not, I hope you can point me to where I should apply this code specifically.
More blessings! 🙂
For me the logo resize CSS was different and it needs to be edited as mentioned by you above, in style.css
Scroll till
/* ———————————————————————-
06. HEADER
———————————————————————- */
}
#logo img {
max-height: 150px;
display: block;
margin: 0 auto;
I scrolled to find above code and updated the file, I changed my default logo size from 50px to 150px as per my need.
Thank you so much for sharing that, Assyrians! It worked! 🙂
I tried this with mine and it isn’t any bigger. I even tried 800px and nothing. Is there something else I have to change?