- This topic has 3 replies, 3 voices, and was last updated 6 years, 2 months ago by Hash.
- AuthorPosts
- February 27, 2018 at 4:00 am #4717HoussaineParticipant
Hi everyone and thank you in advance for you help.
I have an annoying problem with my logo. Total seems unable to display my logo correctly whether I use the original size which is 4584 × 3085 or the one I resized with PicMonkey which is 512×512.
I Purged my cach on both WordPress and Safari and Firefox browser with no avail!
Can anyone help please! Thank you
NB: I am new to wordpress.
March 12, 2018 at 11:40 pm #4759HashKeymasterHi,
The theme resizes the uploaded logo so that it looks better in the header. A logo with size 512×512 would definitely not look good on header.
Thanks
March 13, 2018 at 12:04 am #4769augstadParticipantHello! I was curious about the same issue. Is there a way to override the logo size in the theme? I didn’t see a link to an editor in the theme customizer to edit the stylesheet. Wish it could be a little bigger.
March 21, 2018 at 7:08 pm #4810HashKeymasterAdd this CSS if you want to change the logo size. Change 120px as required.
#ht-site-branding img{
max-height: none;
}#ht-masthead{
height: 120px;
} - AuthorPosts
- You must be logged in to reply to this topic.