Skip to content

Help with getting wider post content #1373

Answered by mmistakes
m1evankaiser asked this question in Q&A
Discussion options

You must be logged in to vote

Have a search through the closed issues, I've covered this one a few times before.

You need to alter the CSS some. If you look through _sass/_page.scss you'll see I'm applying some negative margins on the right. That's "faking" some space to make sure an optional right sidebar fits. If you want the main content to expand into that space, removing the margins will do it.

.page {
  width: calc(100% - #{$right-sidebar-width-narrow});
}

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Rmorais1974
Comment options

Answer selected by mmistakes
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #1373 on December 09, 2020 03:22.