K2 item list header/footer spacing

GK User
Tue Feb 09, 2016 11:49 am
In the K2 catalog display, i.e. display all items in a category, there is a large blank space both before and after each item. Is there a way to eliminate all this blank space?

http://guides-berlin.org/index.php/guides
User avatar
Fresh Boarder

teitbite
Sun Feb 14, 2016 2:14 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.events article, .itemListView article, .userView article {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
User avatar
Moderator


cron