Sale Labels, quick view, wishlist icons outside the image
-
Hello there!
After the update to my site with the latest theme i have a problem with labels, quick view, wishlist icons. They are appeared outside the image. I try many css customisations but without luck.
May you help me?
Attachments:
You must be
logged in to view attached files.
Hi,
You need to increase shop catalog images size to fit all the free space. The same is for WPBakery blog element. If you will stretch your images with CSS that may be blurred on large screens.
Hello Artem,
What do you mean “increase shop catalog image sizes”?
There are many different views to many different sizes, please view the “some-views.pdf”. We aren’t in the “HTML 1.0 Era” we are in the “Responsive HTML 5 Era” the site is not only for one device!
I want the exact CSS classes from the original templates. May you help me?
Attachments:
You must be
logged in to view attached files.
Hello,
Of course, we understand that you can view your website from different devices 🙂 And actually, that is what we are talking about. In the responsive era, you need to use large image size to make them responsive and look fine for all kind of resolutions.
Use this CSS code if you want to simply stretch your images
.product-element-top img {
width: 100%
}
Regards
Please try to zoom-in or zoom-out and you see the problem in your browser.
What problem do you mean?