equal height product display

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Feb 18, 2015 5:25 pm
Reply with quote
Report this post
Hi there is there a way to get the products on the front page (or any other page) which display, to ensure the height of the box is equal for all products(on any page) for example you can see in the first box the height is greater than the second box.
equal_height_box.png

I hope this makes sense.

Many thanks

Kind Rgds
A
User avatar
Senior Boarder

GK User
Thu Feb 19, 2015 7:30 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu Feb 19, 2015 8:28 am
Reply with quote
Report this post
Cyberek wrote:Could you please post an url to your site?

I have sent you a PM as the site is in DEV and not for publication, but if there is a solution I will be happy to post the solution technique to the group.

Many thanks
A
User avatar
Senior Boarder

GK User
Fri Feb 20, 2015 3:35 pm
Reply with quote
Report this post
Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
Code: Select all
.gkNspPM-ProductGallery2 .gkImage h4 {
height: 30px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Feb 20, 2015 3:40 pm
Reply with quote
Report this post
Cyberek wrote:Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
Code: Select all
.gkNspPM-ProductGallery2 .gkImage h4 {
height: 30px;
}

Remember to enable "CSS override" in template settings - advanced section.


Many thanks I will give this a go and come back to you.

Thanks
A
User avatar
Senior Boarder

GK User
Fri Feb 20, 2015 4:20 pm
Reply with quote
Report this post
Please let me know if the solution was helpful.
User avatar
Moderator


cron