Page 1 of 1

Distance Footer/Headline in template Bulletproof

Posted: Wed Apr 08, 2009 1:38 pm
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

Re: Distance Footer/Headline in template Bulletproof

Posted: Wed Apr 08, 2009 4:00 pm
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;
}

Re: Distance Footer/Headline in template Bulletproof

Posted: Wed Apr 08, 2009 9:39 pm
by Shopblogger
Thank you very much.

It works.


With best regards
Björn