Setting Margin/Padding In Widgets
-
If you look at my blog, the text in the widgets is flush against the edge. I don’t know what to change in the CSS to leave a little margin or padding (I can’t figure out the difference!) Every time I play around with the code, something goes screwy. Here is the code for left widgets as it is now (right is the same except for “float”):
#leftnav { font-size: 12px; float: left; width: 180px; margin: 10px; padding-top: 4px; margin-top: 0; margin-bottom: 20px; margin-right: 5px; text-align: left; }
or it even may be this:
#sidebarleft { margin-bottom: 10px; background: none; padding: 0 8px 0 8px; }
What can I do to give it about a 10px buffer around the text?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Setting Margin/Padding In Widgets’ is closed to new replies.