Horizontal Line above entryFooter?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
DMotel
Regular
Posts: 67
Joined: Fri Apr 21, 2006 8:49 pm

Horizontal Line above entryFooter?

Post by DMotel »

How can I widen the space between the horizontal line and the entry footer?
http://www.bernsteinmedical.com/blog/
Thanks
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Horizontal Line above entryFooter?

Post by garvinhicking »

Hi!

Using this CSS:

Code: Select all

.serendipity_entryFooter {
  margin-top: 20px;
}
You might want to use Firefox + EditCSS + Aardvark/DOM Inspector/Firebug extensions and read some CSS Tutorials, if you want to customize things very in-depth. This templating is actually not very specific to Serendipity, so you might want to consult a CSS-Forum for further questions on CSS?

Of course you can also post your questions in the "Theme" section of this forum. But you might not get answers to very basic questions always, so what I'm trying to say is that a CSS-specific forum might have more experts hanging around to help styling. :-)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
DMotel
Regular
Posts: 67
Joined: Fri Apr 21, 2006 8:49 pm

Post by DMotel »

Thanks. I thought I tried that but didn't see a change.

You are right about the forum choice it's just that I am SO close to being done I thought I would ask people who know these particular style sheets.
Post Reply