Hey there,
I’d like to edit my blogpost via the pro content editor. I already activated the editor for blogposts. The problem is, that the layout isn’t fullwidth. I’d like to start with a blank page when editing a blogpost.
thanks for your help
Hi There,
You can force the blog post full width by adding this custom CSS under Theme Options > CSS:
.single-post .x-main {
width: 100%;
}
.single-post .x-sidebar {
display: none;
}
Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.