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
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
Thank you!