How do I add padding between my sidebar widgets?

The sidebar widgets are extremely close together, and I can’t learn how to either add support, or increase that margins.

Our site is: www. TheDishmaster. com

You’ll make sure the " subscription options" and the actual " popular post" icons are too close together.

In the Vesper stylesheet:

Code:


#sidebar
ul li margin: 0 0 2em 0; /* the third number is ones bottom margin. Correct as needed. */

Now, when you have " sublists", you’ll probably have to add something to stay them from getting too spaced away:

Code:
#sidebar ul li ul margin: 0; /* this takes the end margin through your " sublist" */
#sidebar ul li ul li margin-bottom: 0;

.

This entry was posted in Web Design and tagged , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *