Help with blog post lay out

Hey guys,
I am trying to change the layout of the post using the full width option that I have. However this is not what I want.

I would like that each blog post come without the sidebar but with margins on the side. Basically not full width, but more space on the side (much more) is that possible?

thanks

this is an example. it’s ok because there is no sidebar, but I don’t want that it takes the entire page. Besides the last section with all the related posts are way too bing.

thanks for your help
cheers
Isabella

Hi Isabella,

You can add this to Theme Options > CSS

.single-post .x-container.max.width.main {
	max-width: 600px;
} 

Feel free to adjust the 600px value.

The problem is we can not exclude the last section because all sections are inside that main container, so all section’s container will be limited to that max-width.

The other solution that lets you exclude the last section, is to turn off each ROW’s Inner Container and set a max-width on those containers (except on the last section). But this means you’ll go through to each of your posts and its sections.



Have a nice weekend,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.