Header Image blurry

Home Forums Jevelin Theme Header Image blurry

Home Forums Jevelin Theme Header Image blurry

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • simonbk
    Participant

    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!

    Attachments:
    You must be logged in to view attached files.

    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

    simonbk
    Participant

    It works. Thank you very much!

    You are most welcome here 🙂

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