Hi

@ my website http://www.jtv-brigand.be/ I have some news items...

But the space between 2 news items is to big! So I want to change the margin/padding a little bit..

Can somebody tell me in which css part I can do this?

Comments

Jacine’s picture

Hi, it's the margin-bottom in this code (style.css):

.node-teaser {
  margin-bottom: 3em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #eee;
}

You can change it to 1em or something.

Jacine’s picture

Status: Active » Closed (fixed)