Viewing 8 reply threads
You must be logged in to reply to this topic.
Hello!
Is it possible to change product fotos from square shape to rectangular shape?
Here is example: http://joxi.ru/MAjE1jskN3dO2e
I need that for the following pages:
https://stackdeal.ru/?post_type=product
Maybe you can just give me the needed Custom CSS code for that.
Thanks in advance.
Hi,
Are you currently working on your site??
Because it’ll make things puzzled. We request you to please, make sure that your site
will completely at rest and no one working on your site end while we work on it.
Please advice
Thanks,
Azam, not for the last two hours.
Maybe i was still logged in after i left my PC. So sorry
As i changed the Shop view to List view it would be awesome if i could add custom css code for images to look like this http://joxi.ru/8AnE6jsyMaOO2O
Hi,
Add the following code in your custom CSS section in the customizer and adjust these values according to your need. It’ll affect all those pages where it’s used i.e Home page, Shop page, etc.
.list-entries .product_item .inner-wrapper .cl-thumb-wrapper {
width: 25%;
}
.list-entries .product_item .inner-wrapper .cl-small-data {
width: 75%;
}
.shop-products .product_item img{
height: 287px;
}
Thanks,
Great. Now i will be able to customize it even better. Thanks!
You must be logged in to reply to this topic.