space between images

GK User
Fri Feb 12, 2016 11:38 am
Hi.
I need doing smaller the space between images in k2 item grid. I'm using port-folio style (no port-folio-grid)
I tried to change padding but in left column images are chopped off

thx
User avatar
Junior Boarder

teitbite
Mon Feb 15, 2016 1:22 pm
Hi

Please tell me the exact url to the page You've made this screenshot.
User avatar
Moderator

GK User
Mon Feb 15, 2016 11:19 pm
User avatar
Junior Boarder

teitbite
Mon Feb 22, 2016 11:58 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.portfolio > .itemList[data-cols="2"] > article, .portfolio > .itemList[data-cols="3"] > article, .portfolio > .itemList[data-cols="4"] > article, .portfolio > .itemList[data-cols="5"] > article, .portfolio > .itemList[data-cols="6"] > article {
    padding: 5px !important;
}
User avatar
Moderator


cron