Viewing 3 replies - 1 through 3 (of 3 total)
  • Here is some CSS that will widen the gap between your posts and the sidebar.

    Just copy and paste into Appearance> Theme Options> Advanced Settings> Custom CSS.

    If you want more or less space, then you can change the px value to whatever works for you.

    .single-article.fullpost {
        padding-right: 50px;
    }
    
    .kad-sidebar {
        padding-left: 30px;
    }

    Hope that works for you!

    I suggest adding this so it doesn’t effect the sites mobile layout:

    @media (min-width: 992px){
    .kad-sidebar {
        padding-left: 30px;
    }
    .main.col-lg-9 {
        padding-right: 50px;
    }
    }

    Kadence Themes

    Thread Starter allansjackson

    (@allansjackson)

    Perfect, this is the best support forum I’ve ever encountered. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Padding between posts & sidebar’ is closed to new replies.