Support » Theme: Pure & Simple » Decrease space between widgets in sidebar

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there mr_cotter,

    Hope you’re well today!

    You should be able to decrease the space between your widgets with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .widget {
      margin: 0 0 3rem;
    }

    Decrease the last numeric value to what ever suits you the most. If the code doesn’t work please keep it added and let me know so I can take a look.

    Hope this helps 🙂

    Cheers,
    Bojan

    Theme Author Styled Themes

    (@gejay)

    Hi Bojan,

    Thanks for helping out Mr_cotter, @mr_cotter hope that has helped you, if not please do let us know.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Decrease space between widgets in sidebar’ is closed to new replies.