space between post text and footer label


Author Message
Riz

Posted: 1/30/2011
Quote message 

there is no space between my post text and footer label. how to add a space in between?

tried many way and times not working pls need help.
 
Endy

Posted: 1/31/2011
Quote message 

Search for:

 /* begin PostIcons, PostFooterIcons */        

.art-postfootericons {
padding: 1px;
}


change it to:

 /* begin PostIcons, PostFooterIcons */        

.art-postfootericons {
padding: 1px;
padding-top:10px;
}


change the value of padding-top according your needs.