Post by alin301 » Sun Jan 17, 2021 11:18 pm

fido-x wrote:
Tue Nov 11, 2014 11:36 am
The space is a result of a minimum height being applied to the product box in the stylesheet (catalog/view/theme/default/stylesheet/stylesheet.css).

The following block of code, found at lines 549 to 552, defines the minimum height:

Code: Select all

.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
Just reduce the "min-height" attribute to something more suitable.
That code actually modifies just the 1200px display size. If you want to adjust that space you need to change also this:

.product-thumb .caption {
padding: 0 20px;
min-height: 50px;
}

Newbie

Posts

Joined
Sun Jan 17, 2021 10:54 pm
Who is online

Users browsing this forum: No registered users and 35 guests