Hi There,
I would like to know, how to adjust the vertical spacing between the tiles of the portfolio grid.
Horizontal spacing was already covered by some other entries here in the Forum:
.grid-entry .inner-entry {
margin-right: 3%;
}
Couldn’t find a solution for the Vertical distribution.
thanks.
Hey doa!
Please add following code to Quick CSS as well
.grid-entry .inner-entry {
margin-bottom: 3%;
}
Regards,
Yigit
Oh my god! : )
Stupid me…. could have thought of this myself… instead i messed around with ajax sorting routine :)))
Thanks a lot.