Making post appear as a no-container full width page

Hey there!

Ive had this issue once before: https://theme.co/apex/forum/t/customizing-post-to-look-like-a-page/48617

However, using the same CSS you gave me for my other website, I am finding the CSS doesn’t have the same effect. I cant get the post pages to appear full width.

Heres the post im working on: https://www.detroitresearch.org/?p=2220

Can you take a look at whats going on?

Additionally Ive just recently started to get an error when editing my home page in pro: “Uh Oh! The Preview HTML did not include a closing </html> tag. It may fail to load or work properly.”

website: https://www.detroitresearch.org
Ive also made sure wordpress/theme/plugins are completely up to date.

thanks!

Hi @lifeinthecave,

That post is returning the 404 error.

Please try adding this custom CSS under Theme Options > CSS instead of Customize > Additional CSS:

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

Could you please also set that account to administrator?

Hope it helps.

Hi @thai! thanks that did the trick! thank you. The post didn’t show up cause it was a draft, sorry about that. Also I’ve made the user an admin. Can you take a look at the HTML error?

thanks

-C

Hi There @lifeinthecave

I have tested your homepage by editing and then making small changes (added couple of dots to the content, save changes and removed them), but I could not see any HTML errors as you have specified. Please check the screenshot added to the secure note below.

Could you please try clearing your browser caches and re-test this issue again (https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/). If you’re still having issues, try testing it on Incognito mode and see if you can edit the page (https://www.lifewire.com/incognito-mode-google-chrome-4103635).

Let us know how it goes.
Thanks!

Hi @lifeinthecave,

It seems that you have withdrawn your post. Feel free to create a separate thread if you have any other issues.

Thanks.

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