Distance Footer/Headline in template Bulletproof

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Shopblogger
Regular
Posts: 32
Joined: Wed Feb 27, 2008 9:15 pm
Location: Bremen / Germany
Contact:

Distance Footer/Headline in template Bulletproof

Post by Shopblogger »

Hello!

Where can I adjust the distance from a blog entries footer and the header of the previous blog entry to get the layout more clear?

I've tried so much – but with no success.

With best regards
Björn
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Distance Footer/Headline in template Bulletproof

Post by Don Chambers »

The space between entries might be influenced by the selected colorset. If not, the most likely style is the following in style.css:

Code: Select all

.serendipity_entry {
    margin-bottom:0.5em;
}
Rather than change it there, I suggest you create a user stylesheet named user.css and activate that option within bulletproof's configuration. Increase that value, perhaps:

Code: Select all

.serendipity_entry {
    margin-bottom:1.5em;
}
=Don=
Shopblogger
Regular
Posts: 32
Joined: Wed Feb 27, 2008 9:15 pm
Location: Bremen / Germany
Contact:

Re: Distance Footer/Headline in template Bulletproof

Post by Shopblogger »

Thank you very much.

It works.


With best regards
Björn
Post Reply