Distance Between Entry and Extended Entry

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
mop-boy
Regular
Posts: 7
Joined: Fri Nov 18, 2005 2:01 pm

Distance Between Entry and Extended Entry

Post by mop-boy »

I've noticed that when I add an entry, the extended portion always butts right up underneath the regular entry. Is there a simple way to make it provide a default blank line between sections?
~~
Scott
Col. Kurtz
Regular
Posts: 450
Joined: Thu May 26, 2005 10:43 am
Location: Bonn, Germany
Contact:

Post by Col. Kurtz »

you can edit this in your templates entries.tpl. look for

Code: Select all

{$entry.extended}
and put an <br> tag in front of it.
Marc
MySchizoBuddy
Regular
Posts: 340
Joined: Sun Jun 12, 2005 5:28 am

Post by MySchizoBuddy »

u could jut put a upper margin to it
in ur style sheet and use this

Code: Select all

.serendipity_entry_extended { margin-top:10px;}
this should already be in ur style sheet. look for it and add the margin
Image
mop-boy
Regular
Posts: 7
Joined: Fri Nov 18, 2005 2:01 pm

Post by mop-boy »

Thanks! Works great! :D
~~
Scott
Post Reply