I would like to adjust the space between the rows in my portfolio (www.gotfat.dk). Right now there is to much space between the rows. The columns are tight together which is nice, but I would like rows to have half or 1/3 of the current padding/space between rows.
Hey thorhampusbank!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.isotope_activated .isotope-item {
padding: 5px;
}
Nice website by the way :)
Best regards,
Yigit
That Quick CSS put extra 5 pixels between the columns (vertical) – it was between the rows (horizontal) in the portfolio.
And thx – we also are very pleased with our site and Enfold.
Hey!
This is how your portfolio items looks like on my end – http://i.imgur.com/uJY3Jer.jpg
You can change the code to following to only apply padding to bottom
.isotope_activated .isotope-item {
padding-bottom: 5px;
}
Best regards,
Yigit
Strange. This is how it looks in my end: screenshot
I am running safari and firefox on mac. Looks the same on safari and in firefox – both have a large padding between the rows as depicted in the screen shot