Post by alarsdes » Mon Sep 25, 2017 5:44 pm

Can someone tell me how to change image size on the storefront. opencart 2031
In settings i changed images product listing to 120 x 120
but the images keep the same 200x200px size
Can anyone explain how to change that.
Thank you

Active Member

Posts

Joined
Thu Aug 25, 2011 3:36 pm

Post by DigitCart » Mon Sep 25, 2017 5:51 pm

Hi,
Where do you mean exactly?
Category? modules like latest, featured, etc?

My Extensions


User avatar
Active Member

Posts

Joined
Thu Jun 22, 2017 5:32 pm


Post by alarsdes » Mon Sep 25, 2017 6:17 pm

It is on the store front.
product thumb.
https://www.112ink.nl

Active Member

Posts

Joined
Thu Aug 25, 2011 3:36 pm

Post by DigitCart » Mon Sep 25, 2017 6:25 pm

Those products are shown by a module. Go to the module settings and change image size.

My Extensions


User avatar
Active Member

Posts

Joined
Thu Jun 22, 2017 5:32 pm


Post by alarsdes » Mon Sep 25, 2017 6:41 pm

Perfect, thanks.
was featured. Sometimes it is so stupid to forget it. or to look no further. Really stupid

Can I ask you another question, Maybe you can help me there as well.
There a products with review stars and without star .
Do you know how I can make these product layouts the same hight. As you can see how it is now, it doesn't fit together.

Active Member

Posts

Joined
Thu Aug 25, 2011 3:36 pm

Post by DigitCart » Mon Sep 25, 2017 7:16 pm

Add this:

Code: Select all

.product-layout .product-thumb .caption h4 {
    min-height: 51px;
}
.product-layout .product-thumb .caption h4 + p {
    min-height: 81px;
}
.product-thumb .caption {
    min-height: 226px;
}
to the end of this file:

Code: Select all

catalog/view/theme/112orange/stylesheet/stylesheet.css
and then clear your browse cache.

My Extensions


User avatar
Active Member

Posts

Joined
Thu Jun 22, 2017 5:32 pm


Post by alarsdes » Mon Sep 25, 2017 7:43 pm

Perfect,
works like a charme
Thank you very much

Active Member

Posts

Joined
Thu Aug 25, 2011 3:36 pm

Post by DigitCart » Mon Sep 25, 2017 7:54 pm

alarsdes wrote:
Mon Sep 25, 2017 7:43 pm
Perfect,
works like a charme
Thank you very much

You're welcome.

My Extensions


User avatar
Active Member

Posts

Joined
Thu Jun 22, 2017 5:32 pm

Who is online

Users browsing this forum: No registered users and 283 guests