• Resolved dahle

    (@dahle)


    I am using voltata theme. Thank you for the wonderful simplistic theme! My blog is https://www.thegaugewars.com and I am wanting to add space between the side bar widgets. They are all touching and I would like a few lines of white space between them. I cannot figure out how to do this though. Any help would be fantastic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Drew Westcott

    (@drewwestcott)

    Hello dahle

    If you have somewhere you are able to paste custom CSS try adding this.

    .widget {
      margin-bottom: 10px;
    }

    This should provide some space between each widget. Raise or lower the number to make it bigger or smaller.

    Let me know how you get on.
    Drew

    Thread Starter dahle

    (@dahle)

    IT WORKED!!! Thank you!!

    Thread Starter dahle

    (@dahle)

    Thanks for helping me resolve the problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I add space between sidebar widgets?’ is closed to new replies.