Home › Support Forums › Theme Support › Pinboard › decrease grid space › Reply To: decrease grid space
Daniel Tara
Keymaster
Add this to your custom styles:
.threecol .entry-container { padding: 4.3%; }
You can play around with the 4.3 value until you obtain a desired result.
You may also want to add this:
.threecol .entry-title {
margin-bottom: 0;
}