Reduce sidebar padding in Able theme?

  • Unknown's avatar

    Hello, I’m using the Able theme with the CSS upgrade, and can’t seem to find a way (that works) to reduce the padding around sidebar images… there is a large gap at the top of my left sidebar and between all futher images that I’d really like to reduce, if there’s a way to do it?

    Many thanks! :)

    The blog I need help with is: (visible only to logged in users)

  • Hi Char – To reduce the space between the various widgets, try the following:

    .widget {
    margin: 0 0 0 0px;
    }

    Then just adjust those various pixel values until the widgets are spaced the way you want.

  • The topic ‘Reduce sidebar padding in Able theme?’ is closed to new replies.