• Resolved stefanapp

    (@stefanapp)


    Hello,

    I just updated to latest version, and not sure if that was the reason, but suddenly my blog post pages appear aligned to the left, leaving a lot of space to the right.
    I am using the Sela theme. I did update all plugins and logged out and back in.
    Any ideas on how to fix that? Thank you.
    https://www.embodiedway.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    Have you tried:
    – Flushing any caching plugins you might be running, as well as server and/or browser caches. Not just your browser, but any op cache or content network cache as well such as Cloudflare. If your host provider has a “Purge Varnish” option or if you can ask your provider to flush memcache on your server.
    – If that does not resolve the issue, try deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
    – If that does not resolve the issue, keep all plugins deactivated and try switching to the unedited default Theme (Twenty Sixteen, etc.) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins).
    – If all the above steps do not resolve the issue, then try MANUALLY updating. Download a fresh copy of the WordPress .zip file to your computer, unzip it, and use that to copy up all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory. You may need to delete the old wp-admin and wp-includes folders and files on your server before uploading the new ones. Please read the Manual Update directions first.
    Backup: If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong. You can never have enough backups!

    Thread Starter stefanapp

    (@stefanapp)

    Than you for your reply. I ave a feeling however that this is abut the sidebar that I had made invisible still being kept space for somehow. Could you help with sorting that out?

    Thread Starter stefanapp

    (@stefanapp)

    Actually, I just fixed it by adding this to my CCS

    .content-area {
    width: 100% !important;
    }

    Moderator t-p

    (@t-p)

    glad to know it ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Pages Content Not Centered after Update’ is closed to new replies.