Logo quality deteriorations

Home Forums Jevelin Theme Logo quality deteriorations

Home Forums Jevelin Theme Logo quality deteriorations

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • vincen72
    Participant

    Sometimes the quality of my letters in my logo deteriorate after scrolling down. Is there any easy fix? I’m using the Corporate Accounting theme.

    Hi @vincen72,

     

    I hope you are well today and thank you for your question.

     

    Could you please share your site URL where it’s happening so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    vincen72
    Participant

    Yes, see private field.

    This is happening because you have set a very large logo image on your website so change it to the logo image having a maximum 65px height.

    vincen72
    Participant

    When I change to a smaller image, I lose the clarity on mobile devices.

    After changing it to smaller image, please add 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 {
        height: auto;
        max-height: 100%;
    }

    vincen72
    Participant

    Thanks. This improved the quality of the desktop logo, but the mobile logo is still very small. Any ideas on making the mobile logo appear larger without compromising on clarity?

    This is because you have added toomuch white space around the logo image as shown in the attached screenshot so please remove that white space.

    Attachments:
    You must be logged in to view attached files.
Viewing 8 posts - 1 through 8 (of 8 total)