Page 1 of 1

Fixed height of grid

Posted: Fri Jan 22, 2021 7:05 pm
by Lee_GhostRC
Hi,

I have search for solutions and tried to edit css with little luck. Depending on the product title length, it affects the size of the item in the product grid (see the attached image).

I have tried this amending the height in the below code, but it seems to make no difference; viewtopic.php?t=172896

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;
}
}
I also tried viewtopic.php?t=171015 but this doesn't seem to work either?

If anyone can point me in the right direction, it would be really appreciated.

Re: Fixed height of grid

Posted: Tue Jan 26, 2021 3:01 am
by cmsroom
Please Share URL and opencart version.

Re: Fixed height of grid

Posted: Tue Jan 26, 2021 4:07 am
by JNeuhoff