Product & categories boxes fixes size

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun May 03, 2015 6:25 am
Reply with quote
Report this post
Hi,

I am trying to make the products and categories boxes to obtain the same size but I cannot do it.
As the products images have different sizes this is difficult but it can be done by just doing the following:

-> Set the "product name" and "product price" a margin-bottom instruction so that all the products became like a box, but I cannot do it. :(

Can you please help me?

Thanks
Sofoklis
User avatar
Junior Boarder

GK User
Sun May 03, 2015 9:55 am
Reply with quote
Report this post
Could you please post an url to your site where I could see this issue?
User avatar
Moderator

GK User
Sun May 03, 2015 3:20 pm
Reply with quote
Report this post
I have spend a lot of time to modify it without a result.

http://www.pantikidis.gr/carpnew/eshop/nets
User avatar
Junior Boarder

GK User
Mon May 04, 2015 7:29 am
Reply with quote
Report this post
Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
.row .product .spacer > div:first-child {height: 220px}

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

GK User
Tue May 05, 2015 11:52 am
Reply with quote
Report this post
Thanks, can you please tell me how to do the same for the categories as well?
User avatar
Junior Boarder

GK User
Wed May 06, 2015 6:49 pm
Reply with quote
Report this post
This should work for categories.
User avatar
Moderator

GK User
Fri May 08, 2015 6:07 am
Reply with quote
Report this post
No it doesn't.. It works only for products.. categories remain untouched. :(
User avatar
Junior Boarder

GK User
Fri May 08, 2015 6:49 am
Reply with quote
Report this post
Please post a direct link to a place where the issue remains.
User avatar
Moderator

GK User
Fri May 08, 2015 6:27 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Sun May 10, 2015 9:46 am
Reply with quote
Report this post
Please try adding this code:
Code: Select all
.category-view div.spacer > a {display: block; height: 220px}

to override.css
User avatar
Moderator


cron