Space between rows in k2 category

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
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
Mon Feb 24, 2014 12:39 pm
Reply with quote
Report this post
The space between item rows in my homepage is too big (item menu is a k2 category).

And I want to delete that line that appears above items too.

Here is my page: http://www.xavimorcillo.com

Thanks.



Xavi.
User avatar
Fresh Boarder

GK User
Mon Feb 24, 2014 1:03 pm
Reply with quote
Report this post
Hi,
this should help

Code: Select all
.itemList article { border-top: 0; padding-top: 5px; }
.userView article, .genericView article, .itemList article { margin-bottom: 5px !important; }
.itemImageBlock { margin: 0 0 10px; }


How to use custom CSS guide: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Mon Feb 24, 2014 1:15 pm
Reply with quote
Report this post
Thank you, it works perfectly now.
User avatar
Fresh Boarder


cron