Page Attributes for Post?

Hi Apex,
I don’t find where I can change the Post attributes as it’s possible in Page attributes…
(for exemple : Blank / No Container / footer, No Header)
Can you help me ?
Thank you

Nathan

Hi Nathan,

The page template option is only available for the pages and not for the post types as posts use a common file template to display their content.

If you want to be able to control the display of the posts, you can use Cornerstone to build the posts. Just make sure you give permission for posts in the Permissions Manager.

Please check this link for more information about the Permissions Manager:

Hope this helps.

Ok, thanks.
And how can I apply fullwith to a post ?

Hi There,

Thanks for asking again!

There is no such functionality in the theme to assign a full width to a post. This needs custom coding.
I would point you to the resource which helps you to create custom post template. For that, you need little knowledge about HTML and CSS.

Also, you can try this CSS in your Theme Option -> CSS and let us know if that works.

.single-post .x-container.max {
 width: 100% !important;
max-width: 100% !important;
}

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.