Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Adding Space Between Items in Lists in a Post (http://forum.bytesforall.com/showthread.php?t=613)

DMO Mar 2, 2009 09:30 AM

Adding Space Between Items in Lists in a Post
 
Probably a simple one, but...

I would like to have some space before and after items in my lists (in posts). I can't figure out where to put that code in the templates. I thought it could be accomplished by adding:

Li {margin: 1em, 0;}

somewhere in the templates. But I don't know where to put it and keep seem to be running into tables. Is there some coding that I can add somewhere to the table formatting?

Much thanks. BTW - great theme.

Flynn Mar 2, 2009 10:05 AM

Add through HTML/CSS Inserts -> CSS Inserts

HTML Code:

.post li {
margin-bottom: XXpx;
}



All times are GMT -6. The time now is 05:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.