Blog post cornerstone section full width

Hey there,

On my site pages i have a nice parallax on top using the full width. See
http://wp.edboon.net/over-ons/

I pointed my blog to a ‘news’ menu item: http://wp.edboon.net/nieuws/
The procedure to make a new post entry is:
add a new post, give it a name, publish. Then open this page in Cornerstone, add section, row, etc…

I would like to have my posts in the same layout as my pages. However, as you can see on


i cannot get my content area, wich contains my parallax to use full width …

How do i get a section, from a post that is edited in cornerstone, to us 100 % of the viewport width?

Thanks for helping.

Ed

Hi There,

Please add this custom CSS under X > Theme Options > CSS:

.single-post .x-container.max.width.offset {
    width: 100%;
    max-width: 100%;
}

Hope it helps :slight_smile:

That looks very promising. It certainly worked for the example posed in my question, so thanks for that. I’ll work on this some more, because i want to know if this works on new posts too.
Thanks so far.

Hi There,

It should work for your new posts too.

Regards!

I can confirm that, it does work andon new posts as well. I also set the margin-top to 0 on that same class and it looks pretty much like a page.

Hi there,

Please let us know in case you have further questions.

Cheers!

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