Reply To: decrease grid space

#18911
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;
}