Site logo

Archived topic

How to widen the blog content after adding a side bar?

7 replies · Started by Thomas on July 26, 2022

Viewing posts 1–8 of 8

Hi there,

I added a left side bar to include a table of content for my posts but the layout try to fit both sidebar widget and the blog content into one single "column". While the side bar widge with was maintained at 30%, the blog content body width was reduced and all content looks squshy.

An example link: Link/

Things I've done to troubleshoot....
- Increased Container layout in Customizer. No effect.
- Added a separate Layout element which only targets posts. Increased the content width. No effect.

Not sure what else I should try to fix this?

Thanks in advance.

Hi there,

go to Customizer > Additional CSS and remove this CSS Rule:

.single-post #page {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

Ah no wonder!

Thanks for your quick response David.

Much appreciated. :)

Glad to be of help !

Hey David - having the same issue with my site. Trying to add a newsletter sign up form to the right sidebar, but when I do and increase the right sidebar width to around 30%, the content gets really tight and squished.

I do not see the code you mentioned:

.single-post #page {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

I'm using READ from the site library.

Thanks!

Alright! I'll respond there.

This archived topic is closed to new replies.