Sapegin wrote:Thanks! Next question is, how can I change the padding on top and to the sides of a K2 Item (example attached). the category doesn't seem to have margin controls.
It seams that you didn't add any content on header.
If i recall well, i think you can disable title on "Item view options in category listings" from K2 category settings.
or if you want to do it on hard way, enable the use of css override on template parameters and then add this code on ../css/override.css
- Code: Select all
#k2Container .itemView.groupLeading header {display: none}