• Hello,

    I’m curious how I would reduce the spacing between the widgets on the side, I tried to do it with CSS but couldn’t get it done.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Heyallo

    (@heyallo)

    (granted I probably didn’t do it right as I’m not that great at it)

    Thread Starter Heyallo

    (@heyallo)

    I keep trying to get the space above the widget to be the same as the space below (so they’re the same size)

    change the em padding in the css style sheet section 10 (use a child theme)

    border none removes the black line between the widgets

    .widget {
    border-top: none;
    margin-bottom: 1em;
    padding-top: 1em;
    }

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