Quote:
Originally Posted by quentinjs
For my website http://www.splatfx.com I have the following code in the Widget Content Box:
PHP Code:
font-family:Verdana,Geneva,sans-serif;
font-size: 12px;
margin: 10px 21px 10px 10px;
padding: 10px 22px 10px 10px;
/* font-weight: bold; */
But only the first 2 lines are being used. The margin/padding don't work at all. Is there some trick I need to do to pad the inside of the content area ?
|
Hey Quentin, this might solve your problem..
use the CSS insert option and add:
div.widget ul {margin: 10px 21px 10px 10px; padding: 10px 22px 10px 10px;}
not quite doing what I need, but it formats the padding and margins for the widget ul div