Quote:
Originally Posted by Aros12
Thanks Mark! That worked!
Any idea on a top margin? Thanks again!
|
Edit the CSS selector I posted to now read:
HTML Code:
#widget_158 {
width: 100% !important;
margin-top: 1em;
}
And then you can tweak the "1em" value to get it exactly as you want.

For example, if you wanted to double it, then put "2em" instead, or if you wanted to halve it, put "0.5em".