- This topic has 3 replies, 2 voices, and was last updated 1 year, 4 months 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
Plugins for WordPress Comments to Extend WordPress Native Comments Comments are one section that shows how interactive your website is and the number of comments […]
Are you looking for the best WordPress accessibility plugins? If so, you have landed on the right page. By using accessibility plugins, you can make […]
Christmas New Year WordPress Deals Up to 50% Off on SKT Themes The cost of running a website can quickly add up—especially when you want […]