When using more than one column, it makes space for the extra columns, but will not place content there... example: http://terryphillips.com/index.php/k2.html
Any ideas?
Thanks in advance!
/* --- Item groups --- */
div.itemList {}
div#itemListLeading {}
div#itemListPrimary {}
div#itemListSecondary {}
div#itemListLinks {background:#f7fafe;border:1px solid #ddd;margin:8px 0;padding:8px;}
div.itemContainer {float:left;}
div.itemContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
.itemContainer { float: left; }
.userView article, .genericView article, .itemList article {
margin-top: 0 !important;
}
.genericView .itemView {
clear: none !important;
float: left;
margin-top: 12px !important;
width: 50% !important;
}
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.genericView .itemView {
clear: none !important;
float: left;
margin-top: 12px !important;
width: 50% !important;
}