- This topic has 3 replies, 2 voices, and was last updated 9 months, 1 week ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Avoid blurry page logo when page is zoomed
we’re using “Adventure” theme on our website. Some of our users have reported, that the site logo was looking “blurry” to them.
I’ve checked via Customizer: The logo has 120 x 72px and fits the height of our navigation bar just fine as long as the page is displayed with 100% zoom factor. When I zoom in the logo does indeed become blurry. As the user who has reported this was using an iPhone, I suspect that the root cause may also be a very high screen resolution.
I already tried uploading a much larger version of the logo and then restrict the dimensions within customizer to the original 120 x 72px. This restriction is not applied however, the image appears super large.
Is there another way to prevent the image from getting blurry?
Hi,
Kindly show us your website URL and screenshot of your issues.
Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
Dave
Hi Dave,
our website URL is https://www.owkdieburg.de/
In desktop mode, the logo looks fine (PNG, 120 x 72 px).
On an iPhone, the logo is blurry, see here: https://ibb.co/RTTf2Qt
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.header .logo img {
height: 72px !important;
width: 120px !important;
}
}
Regards,
Dave
Best WordPress Portfolio Plugins WordPress as an open source and self – hosted content management system is successfully used by thousands of people all around […]
Language Translator WordPress Plugin Your website cannot stand firm in the digital arena if it is not multilingual. If you want to achieve maximum results […]
Are you looking for the best WordPress SEO plugins for your WordPress websites? If yes, you have landed on the right page. This post talks […]