PDA

View Full Version : Postbitlegacy code - additional blankline


Madita
08-17-2011, 10:34 AM
Hi,

I use 4.1.5 and need some help for completig a code

There are some little things I cant find their codes in template or stylevar.
Could someone please so kind to give me some advice.

How can I add a break <br> (blank line) below a dividing line, so that our message content does not start directly below the line which I added to the additional.css:

.postbitlegacy .title, .eventbit .title {border-bottom:1px solid #AA7133;}

I tried severlar codes adding to the additional.css, the postbit and postbitlegacy, but nothing worked.

Thanks in advance

kh99
08-17-2011, 01:07 PM
I'm not a CSS expert or anything, but did you try adding a margin-bottom section to your css?

Lynne
08-17-2011, 02:43 PM
As Kevin said, try:
.postbitlegacy .title, .eventbit .title {border-bottom:1px solid #AA7133; margin-bottom: 20px;}

Madita
08-17-2011, 09:19 PM
kh99 and Lynne - Thanks you both very much, now it works :)