Bullproof - Gap between each entries is too close

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
cyberman
Regular
Posts: 5
Joined: Sat Mar 07, 2009 6:27 pm

Bullproof - Gap between each entries is too close

Post by cyberman »

How can I change in css or change other ? I want some space between the last of new entry and the bottom of old entry.

Title of Entry1
Content of Entry1
Post by admin Comments: xxxxx Trackback : xxxxx
<--------------------------I need some space here. Now it's too close.
Title of Entry2
Content of Entry2
Post by admin Comments: xxxxx Trackback : xxxxx
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Bullproof - Gap between each entries is too close

Post by yellowled »

cyberman wrote:How can I change in css or change other ?
Activate user.css in theme options, if you haven't done that already. Put this in your user.css:

Code: Select all

.serendipity_entry { margin-bottom: 10px; }
Now play with that value until you're satisfied -- you may also opt to use %, em or whatever suits you better.

(It's kinda hard to give proper advice without a link to your blog, you know :))

YL
cyberman
Regular
Posts: 5
Joined: Sat Mar 07, 2009 6:27 pm

Re: Bullproof - Gap between each entries is too close

Post by cyberman »

Oh. Thank you. I've change it.
Post Reply