Tagged: Blog Post Width
Hi, how can I make a Blog Post full width same as a page and is it possible to activate the advanced layout editor in a Blog Post ?
Thanks
Hey GOWD!
Please see here, https://kriesi.at/support/topic/second-custom-post-type-with-advanced-layout-builder/.
Your posts have the same layout settings as pages so when you edit your post look to the right hand side and set it to no sidebar.
Regards,
Elliott
Hi!
Add this to your custom CSS.
.single-post .post-title {
max-width: 100% !important;
}
Regards,
Elliott
Thanks Elliot, you may close this thread