Viewing 1 replies (of 1 total)
  • Hi there,

    Thank you for getting in touch with us.

    Please go to Appearance → Customize → Additional CSS and add the following css:

    .sidebar-default .widget {
        position: relative;
        border-bottom: 1px solid #333;
        margin: 20px 0;
        padding: 25px 0;
    }
    
    .sidebar-default .widget.widget_mailpoet_form:after,
    .widget.widget_search:after {
        position: absolute;
        width: 100%;
        height: 1px;
        content: '';
        background-color: #333;
        left: 0;
        right: 0;
        bottom: -25px;
    }
    
    .sidebar-no-borders .widget.widget_text {
        border-top: none;
    }
    
    .widget.widget_mailpoet_form,
    .widget.widget_search {
        border-bottom: none;
    }

    Best

Viewing 1 replies (of 1 total)

The topic ‘Line between side bar widgets’ is closed to new replies.