I have searched around for about 2 hours on how to make a blog post in Ethos have sections of the page span the width of the browser window, just like you can easily do with pages.
The last code snippet I tried was this:
.single-post .entry-wrap > .x-container.max {
max-width: 100%;
width: 100%;
}
This is not making rows that I have set to have no margin span the width of the browser.
I basically want elements of a blog post behave like the header in the way it spans the browser window. Is there anyway to do this?
Thanks,
/Christian