Page 1 of 1

Horizontal Line above entryFooter?

Posted: Wed Jun 07, 2006 7:57 pm
by DMotel
How can I widen the space between the horizontal line and the entry footer?
http://www.bernsteinmedical.com/blog/
Thanks

Re: Horizontal Line above entryFooter?

Posted: Wed Jun 07, 2006 8:01 pm
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

Posted: Wed Jun 07, 2006 8:16 pm
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.