• Hi!

    I really don’t know css, so my question is: Is there an easy way to change the vertical distance between the widgets in the sidebar? I’d like to have them closer together.

    Help is very much appreciated – thanks for your time!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi there,

    Thanks for using Startup Blog!

    The following CSS will reduce the vertical space between widgets in the sidebar:

    .sidebar-primary .widget {
      margin: 12px 0;
    }

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter patrickwp359

    (@patrickwp359)

    That worked! Thanks for the quick reply.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Stay in touch if you need anything else, and I’ll be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spacing between widgets’ is closed to new replies.