Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #467327

    Hello,

    I can find lots of posts about reducing the space between vertically stacked elements, but I haven’t been able to find a CSS handle that allows me to reduce the white space between the content column and the sidebar. I was able to bring the sidebar content to the left with
    .inner_sidebar {margin-left: 0;}
    but, I haven;t been able to close the gap with either of these –
    .content {padding-right: 0;}
    or
    .content {margin-right: 0;}

    Please advise.

    Thanks

    #467588

    Hey dsammond!

    I think what your wanting is this.

    .content .entry-content-wrapper {
      padding-right: 50px;
    }

    If not then send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea.

    Regards,
    Elliott

    #468110

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reduce gap between Content and Sidebar’ is closed to new replies.