Different image height and gaps in categorie blog view

GK User
Thu Apr 21, 2016 2:48 pm
Hi
All images have the same size (1000*750). How can i format the blog view (middle row), that alle images appear in the same size and the same gaps.
http://www.christophzihlmann.com/index.php/de/

thx 4 reply
User avatar
Expert Boarder

GK User
Sun May 01, 2016 12:07 pm
Hello,

In the template settings under advanced settings -> custom CSS code option please add:

Code: Select all
.cols-2 .column-1, .cols-3 .column-1 {
    padding-left: 10px;
}
.cols-2 .column-2, .cols-3 .column-3 {
    padding-right: 10px;
}
User avatar
Moderator


cron