Hi folks,
I’m struggling with single blog layout.
Can I choose the same page attributes (blank - no container / header - footer) on posts so it fits the rest of the website?
By default it’s set to full width, but the layout is boxed.
I’ve applied custom CSS
.single-post .x-container.max.width.offset {
max-width: 100%;
width: 100%;
}
.single-post .entry-wrap {
box-shadow: none;
}
But it’s still not perfect. Heading and comments are all over the place and there is still gaps between the content.
I think it will be great to have the same ability and settings on posts as we already have on pages.
Any tips on changing this layout?