Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Forum How-To (http://forum.bytesforall.com/forumdisplay.php?f=9)
-   -   Change padding on bullet list in center column? (http://forum.bytesforall.com/showthread.php?t=2475)

lhanft Jul 16, 2009 10:35 AM

Change padding on bullet list in center column?
 
How can I increase the padding on a bullet list that occurs in the center column?

The page is here: http://theagnonschool.org/?page_id=496. I want to indent the bullets & text.

Flynn Jul 16, 2009 05:10 PM

It shouldn't look like that. As far as I can see it is caused by http://theagnonschool.org/wp-content...s/thickbox.css line 4

* {margin: 0; padding: 0;}

You can either remove that, but I don't know which effect that will have on thickbox, or add a CSS Insert

div.post ul {
padding-left: 40px;
}

lhanft Jul 16, 2009 08:51 PM

I added the CSS insert; works perfectly now. Thanks.:)


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

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