No space between columns in category view

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Thu Mar 27, 2014 3:25 pm
When I want to present items in a category in two or three columns, the items in a row are all stick to each other. How can I change that, so there's some room between the columns?
User avatar
Senior Boarder

GK User
Sat Mar 29, 2014 2:39 pm
Hello,

Could you provide an URL to your page with this problem?
User avatar
Administrator

GK User
Mon Mar 31, 2014 7:57 pm
dziudek wrote:Hello,

Could you provide an URL to your page with this problem?


Hi Dziudek. Sorry for my late reply. Thanks for your response. Watch this: http://gebruikte-vorkheftrucks.nl/index.php/heftrucks
The text is sticked to each other.
User avatar
Senior Boarder

GK User
Tue Apr 01, 2014 8:48 am
Please add at the end of css/k2.css file the following code:

Code: Select all
/* K2 Multicolumn fix */
.itemContainer {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0 10px;
}
.catItemView {
   padding: 30px 0 0 0;
   overflow: visible;
}
.catItemView * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   max-width: 100%!important;   
}
.catItemImageBlock {
   margin: 0 0 20px 0;
}
User avatar
Administrator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.