This topic has 7 replies, 2 voices, and was last updated 9 years, 12 months ago ago by Eva Kemp
Hello.
The product images appear blurry on mobile, when looking at the top-level of the store.
When you click the individual item, they are then clear. I have uploaded the images as 1920x1080px
You can see what I mean here:
The first pair shows a necklace as blurry before the click, and then sharp after.
The second pair shows a pair of earrings as blurry, and then sharp when you click the product.
Thanks for the help
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Thanks. See below.
Also, I forgot to say:
I cannot add a Custom Sidebar to my Blog page.
I have created Custom Sidebar (Blog Sidebar) area in my Widgets, and added a simple Text widget.
In the page “Blog” (which holds all my blog posts), I have selected under Page Layout > Widget Area the “Blog Sidebar.”
It does not show up as intended, however.
Thank you for the help.
Hello,
We’re unable to log in to wp-admin panel getting an error “Invalid username”. Please check the credentials.
To fix the issue with images add this code into custom.css file:
@media (max-width: 480px) { .products-list .product .product-image-wrapper img {
width: 50% !important;
}
}
How to create custom.css you can watch in this tutorial.
Thank you.
Regards,
Eva Kemp.
Sorry, there was a misspelling in the login. See private content
Hello,
To fix the issue with images add this code into custom.css file:
@media (max-width: 480px) { .products-list .product .product-image-wrapper img {
width: 50% !important;
}
}
How to create custom.css you can watch in this tutorial.
Also as I see you have old theme version.
Please update it to 2.4.1 and check blog sidebar after that.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Images Blurry on Mobile’' has been successfully resolved, and the topic is now closed for further responses