• I need to reduce the top/bottom space between sidebar widgets Hemingway theme.
    I tried to change the CSS with code

    #sidebar-right .widget {
        margin: 0 0 2em;
    }

    but seems to be not change after i save stylesheet.

    https://www.stillwatersministries.net
    Trying to get the graphic title closer to the “recent posts”
    Thanks!

Viewing 1 replies (of 1 total)
  • looks like sidebar-right is not id its class actually its a separate classes right and sidebar your site CSS it’s like for widget class

    .widget {
        padding-bottom: 15%;
        border-bottom: 4px solid #EEE;
        margin-bottom: 15%;
    }

    adjust your padding and margin both to remove the extra space

Viewing 1 replies (of 1 total)
  • The topic ‘reduce space between widgets sidebar’ is closed to new replies.