How can I widen the space between the horizontal line and the entry footer?
http://www.bernsteinmedical.com/blog/
Thanks
Horizontal Line above entryFooter?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Horizontal Line above entryFooter?
Hi!
Using this CSS:
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
Using this CSS:
Code: Select all
.serendipity_entryFooter {
margin-top: 20px;
}
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/
# 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/