Page 1 of 1

Bullproof - Gap between each entries is too close

Posted: Sun Jul 05, 2009 11:31 am
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

Re: Bullproof - Gap between each entries is too close

Posted: Sun Jul 05, 2009 3:40 pm
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

Re: Bullproof - Gap between each entries is too close

Posted: Mon Jul 06, 2009 4:27 am
by cyberman
Oh. Thank you. I've change it.