Post by PieterF » Tue Jan 31, 2017 5:18 am

Hello, I am changing my opencart 1.5 shop into a new 2.3 opencart.

I gonna make a total new webshop but now i have some problems with changing the product grid.
I already removed the, decr. text, compare and wishlist buttons.
Can somebody tell me how I can change the height of the product grid?

Here a image what I want:
Image

Left is current situation, right is what i want.

Thank you for helping!

Greetings Pieter

Newbie

Posts

Joined
Thu Jul 03, 2014 8:11 pm

Post by IP_CAM » Tue Jan 31, 2017 8:50 am

in the stylesheet.css, find something like this below, to declare a MIN-HEIIGHT value.
Ernie

Code: Select all

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by PieterF » Wed Feb 01, 2017 3:18 am

Great, thank you!

Newbie

Posts

Joined
Thu Jul 03, 2014 8:11 pm
Who is online

Users browsing this forum: No registered users and 4 guests