I am trying to get the posts in the Pro editor to be like the pages where there is no pre-set padding. So, for example, I have main left, column right setup. I have hidden the title and feature image and when I add a section its got padding on the sides. I just want the content area aligned with the right column at the top and as wide as the comments box below so that I can make my own posts page. How can I remove the build in stuff ao I have an empty space to work with as I want? See attached. Thanks, Mark
Hello Mark,
Thanks for writing in!
Please inspect the Section > Row and under Setup Turn Off Inner Container.
Thanks.
Thank you but this wasn’t what I needed. Here is another screen shot that is more specific. Its the frame that is put around the posts content as shown here: http://tinyurl.com/y244prya
Thanks,
Mark
Hi Mark,
That’s the layout container which isn’t part of the builder. And you can only remove those spacing through blank template which only applicable for pages and not for posts. But please add this CSS to Theme Options > CSS to at least remove those space and borders.
.single-post .entry-wrap {
padding: 0 !important;
box-shadow: none !important;
}
.single-post .site > .x-container {
margin-top: 0px !important;
}
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.