- This topic has 3 replies, 2 voices, and was last updated 7 months, 2 weeks 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
Ready to showcase your next big event? Our Expo WordPress Themes turns your website into a digital showroom. Perfect for trade shows, conventions, and exhibitions, […]
Calling all mom bloggers! We’ve created a WordPress theme that’s as unique as your parenting stories. Beautiful, easy to use, and perfect for sharing your […]
Whether you’re hosting concerts, shows, or workshops, our Ticket Sales WordPress Themes make selling tickets a breeze. Built-in payment systems, seat selection, and event management […]