Replies: 0
Since I figured out how to remove the sidebar, I seem to have the issue of the main content on the posts that is causing scroll bars because of the width I use.
How can I widen the main content area so the scroll bars don’t show?
I don’t know if this is correct for “this specific theme”, but this is what I am using under custom css:
#secondary {
display: none;
}
.main-content-inner.col-sm-12.col-md-8.pull-left {
width: 100%;
}