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
.cols-2 .column-1, .cols-3 .column-1 {
padding-left: 10px;
}
.cols-2 .column-2, .cols-3 .column-3 {
padding-right: 10px;
}