Hi,
I would like the blog post featured image to display full width like a standard “no-container” page. I would also like to lose the title that comes with the blog post and create a custom title.
I tried adding the following for the width but it did not work:
.single-post #x-site > div.x-container.max.width.offset {
max-width: 2000px;
width: 100%;
}
Thanks for your help.