Need help setting blog post to single column
- The topic ‘Need help setting blog post to single column’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I’m having trouble finding the Edit Post>Layout>Enable Single Column Layout selection for blog posts. Does this have to do with the classic editor topic? If so, how do I access/edit in the classic layout?
The blog I need help with is: (visible only to logged in users)
UPDATE: I found the single column layout option after learning how to work in the classic editor. However, the single column is still the width of a column when set for single columns. Is there a way to make the single column as wide as the entire post, as it is for the pages?
Hey 👋 Glad to hear you’re making progress! To display single-column posts full-width, add the following custom CSS snippet to your theme:
.single-column .entry-header {
position: relative;
}
.single-column .entry-content, .single-column .entry-header {
width: 100%;
}
Let us know how that goes!
Ah, that fixed it! Thank you so much!! I’m loving this theme…and you guys are so helpful.
You’re welcome! Happy to help 😀