Home › Forums › Jevelin Theme › Header Image blurry
Home › Forums › Jevelin Theme › Header Image blurry
Hello,
I’m currently working on my third Jevelin-based website and I keep struggling with the header image.
In Photoshop, the images look sharp and hq, but once I upload them and set them as header images (Theme Settings) and put them on the site, they seem look blurry. Also, the logo on the website seems slightly bigger than thy should (see screenshots – Photoshop 100% and screenshot – Website 100%).
I’ve tried jpeg and png, different quality settings in Photoshop, but nothing seems to help.
Can you please help? Thank you!
Solution for this topic
Hi @simonbk,
I hope you are well today and thank you for your question.
You can try resolving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .header-logo img { max-height: 100%; max-width: 100%; height: auto; width: auto; }
Best regards,
Shufflehound team
It works. Thank you very much!
You are most welcome here 🙂