Hi!
I’m tryin to decrease the borders in the grid.
Basicly I want to make the white space around the thumbnail a bit smaller.
Searched the forum here and the Internt – couldn’t find a code that worked…
Any help?
Thnx
Greets
Geri
My site: http://www.geri.at/wordpress/
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;
}
Thnak you for your quick answer,
but the code does not take effect on the layout.
What I’m doing wrong?
i’m not seeing the code on your website.
Yes, I removed it afterwards…
It took effect, but only on the label (the picture title).
the margin did change inside. But what I ment was the gap between the posts in gridview…
Any clue?
Regards
Geri
I’m sorry, I misunderstood. This is the code you need to play with:
.threefourthcol .threecol .entry {
margin: 7.5%;
}