Home › Forums › Jevelin Theme › Logo quality deteriorations
Home › Forums › Jevelin Theme › Logo quality deteriorations
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
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.
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%; }
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.