• Searching this site and the Internet to try and find the right code to adjust in my blog: http://gahannamarketing.org/wp to make my left sidebar menu (page titles) more spaced out. Tried the below code, but it didn’t do the trick. Any suggestions?

    div.sidebar ul li {
    margin: 0 0 1em;
    }

Viewing 1 replies (of 1 total)
  • I don’t know if this will fix it but, you’re missing a value. You have 0 for top, 0 for right, 1em for bottom, and no value for left.

    If you are trying to control the titles than you’re not using the proper css property.

Viewing 1 replies (of 1 total)

The topic ‘Help Adding Space (Padding?) to My Sidebar Menu’ is closed to new replies.