Widget Section CSS Customization

  • Unknown's avatar

    I am using the Expound Theme and i would like to know if there’s a snippet for the following.

    On the widget section area, is there a snippet to make the padding of the widget section be more to the top? also, is there’s a snippet to reduce the white space between widgets?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi vlogazul

    Try this.

    .widget-area {
        padding-top: 0px;
    }
    
    .widget-area .widget {
        margin-bottom: 0px;
    }
  • The topic ‘Widget Section CSS Customization’ is closed to new replies.