Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 67836

no side bar – widen main content.

$
0
0

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%;

}

Viewing all articles
Browse latest Browse all 67836

Trending Articles