Forums

[resolved] Reduce padding between widgets in the sidebars (4 posts)

  1. chrismorrison
    Member
    Posted 5 months ago #

    Hi.

    I am using a child theme of 2011, and would like to reduce the padding that is spaced between the widgets in both sidebars. I feel there is just too much empty space.

    http://amp-wordpress.homewaterswebdesign.com/

    Can this be remedied via CSS or do I have to go into the PHP code?

    Any help would be appreciated.
    -Chris

  2. sacredpath
    Member
    Posted 5 months ago #

    That is bottom margin (the 2.2em value) here:

    .widget {
    clear: both;
    margin: 0 0 2.2em;
    }
  3. chrismorrison
    Member
    Posted 5 months ago #

    Thank you!

  4. sacredpath
    Member
    Posted 5 months ago #

    You are welcome.

Reply

You must log in to post.

About this Topic