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?
-
- Senior Boarder
- GK User
- Sat Mar 29, 2014 2:39 pm
Hello,
Could you provide an URL to your page with this problem?
Could you provide an URL to your page with this problem?
-
- 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.
-
- 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;
}
-
- Administrator
4 posts
• Page 1 of 1