Post by jennysboutique » Sat Jul 14, 2018 1:21 am

how to remove blank space from product field (category list)

please see attachment.

Attachments

Screenshot (56).png

Screenshot (56).png (321.99 KiB) Viewed 679 times



Posts

Joined
Tue Jun 26, 2018 12:44 am

Post by IP_CAM » Sun Jul 15, 2018 1:44 am

Well, this just does not look like a default OC Theme, you therefore better
contact your Theme Supplier, to help you on such.
In a default OC-2+ Theme, It's a MIN-HEIGHT Value in the stylesheet.css
file, and it possibly looks somehow like this:

Code: Select all

.product-thumb .caption {
padding: 0 20px;
min-height: 150px;
}
or this:

Code: Select all

.product-grid .product-thumb .caption {
min-height: 100px;
padding: 0 10px;
}
but more cannot be said, since Theme Creators likely use their own ways,
to define/declare Sections+CLASS Names, where such applies.
And since you mentioned no URL, nobody has a chance, to find out anyway ... :'(
Good Luck! ;)
Ernie
---

My Github OC Site: https://github.com/IP-CAM
5'200 + 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 cyclops12 » Mon Jul 16, 2018 12:46 am

In your catalog/view/theme/default/stylesheet/stylesheet.css around line 554 find

Code: Select all

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
Change the min-height to suit your needs

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am
Who is online

Users browsing this forum: No registered users and 132 guests