Hello there!
I’ve been using this bit of code to increase the whitespace I have on either side of my posts.
.single-post .x-container.max.offset { max-width: 850px; width: 100%; }
When I add a sidebar to my content, the post width reduces to 72% and the sidebar occupies the rest 28% of the 850px.
Is there a way where I can keep the content width to 100% aligned centrally and the sidebar on the right.
That is to say, I don’t want the sidebar to be a part of the content. Rather I want it to occupy an entirely different area on the right.
Thank you.