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.
/* 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;
}