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
Distance Footer/Headline in template Bulletproof
-
Shopblogger
- Regular
- Posts: 32
- Joined: Wed Feb 27, 2008 9:15 pm
- Location: Bremen / Germany
- Contact:
-
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
The space between entries might be influenced by the selected colorset. If not, the most likely style is the following in style.css:
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:0.5em;
}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
Thank you very much.
It works.
With best regards
Björn
It works.
With best regards
Björn