Remove Sidebar when reading posts
-
How can I change the CSS to remove the sidebar when reading a post?Or make the posts full page?
ThanksThe blog I need help with is: (visible only to logged in users)
-
Try pasting this in the CSS editor:
.single-post #sidebar { display: none; } .single-post #main.col-left { width: 940px; } .single-post .post .middle { margin: 0; width: 719px; } .single-post .nav-entries, .post-entries { width: 719px; } .single-post #comments { width: 940px; } .single-post #comments .comment .comment-container .comment-content { width: 799px; } .single-post #comments .comment.depth-2 .comment-content { width: 774px; } .single-post #comments .comment.depth-3 .comment-content { width: 749px; } .single-post #comments .comment.depth-4 .comment-content { width: 724px; } .single-post #comments .comment.depth-5 .comment-content { width: 674px; } .single-post #comments .comment.depth-6 .comment-content { width: 649px; } .single-post #comments .comment.depth-7 .comment-content { width: 624px; } -
-
You’re welcome!
Note, for other users who might visit this thread: this is for the Skeptical theme.
- The topic ‘Remove Sidebar when reading posts’ is closed to new replies.