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
Bullproof - Gap between each entries is too close
Re: Bullproof - Gap between each entries is too close
Activate user.css in theme options, if you haven't done that already. Put this in your user.css:cyberman wrote:How can I change in css or change other ?
Code: Select all
.serendipity_entry { margin-bottom: 10px; }(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
Oh. Thank you. I've change it.