Gabriel M
asked 10 years ago

I am finding that DW Focus: Category thumbnails and Related Post thumbnails show blurry on mobile, how do I fix this?

4 Answers
Gabriel M
answered 10 years ago

Also my logo on mobile is blurry as well. How can I fix that?

Gabriel M
answered 10 years ago

Figured out how to fix Related Posts, I had to edit content-related-post.php and change thumbnails from Medium to Large, but I still have the issue with a blurry mobile logo.

DominicStaff
answered 10 years ago

Please send me your site for further checking.
Regards,

DominicStaff
answered 10 years ago

You can add the following code to the style.css file:

.wrap-navigation .small-logo {
    background-size: auto auto;
}

#colophon.dark #site-info .small-logo {
    background-size: auto auto;
    width: 130px;
}

Hope this helps !

Powered by DW Question & Answer Pro