How can I set a custom post to be either full-width or no container header footer?
Hi There,
Could you please provide us with the link of your custom post type?
Thanks.
I added it to the secure note area. Thanks!
Hey There,
Regretfully we cannot check your site because it is not loading at the moment.
Please contact your hosting provider for further assistance. They should be able to figure out what is going on.
Please let us know how it goes.
Must have been a glitch, can you try again?
Hi there,
Do you have any IP blocking active? I tried to access the link you have provided and I am getting the same issue as @RueNel.
Kindly double check so that we can check this further.
I wasn’t aware of any, but there must be something interacting with it. I’ll check into it and post another reply shortly.
Let us know how it goes.
I added a new secure note with a different URL. This one uses an event custom post type. As far as I can tell, I can only control the layout (full width or with content w/ sidebar) on the posts page and archives pages.
Hi There,
Please add the following code to Theme Options Custom CSS
.event-template-default .x-main {
width: 100% !important;
}
.event-template-default .x-sidebar {
display: none !important;
}
Hope it helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.