• I was posting something on my site today. I think I hit the Publish or Update button. When the page reloaded all elements on the Post Edit page were centered instead of left-aligned. It looks like some of the text elements are also larger too. Anyone seen this before?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did your content got centered aligned by click of center align button ?
    Please have a look at provided screenshot. If this is the case, please select the content that you wish too make left align and then click on left align button.

    Assumed Screenshot : https://prnt.sc/il7po0

    Correct Screenshot : https://prnt.sc/il7qmq

    If anything different, can you please share the screenshot for better understanding ?

    Thread Starter Kilbey62

    (@kilbey62)

    No, the content is not centered. In some way it looks like a CSS file is corrupted. Most of the elements of the page that were left aligned are center aligned. Some text elements are larger and I think the color of some of the text has been changed. There is also a 150px padding applied. The admin menu should be all the way to the left of the page and the links in the admin menu should be left-aligned.

    Using inspect in Chrome:

    body {
        text-align: center;
        padding: 150px;
    }

    I don’t know where that CSS is located. If I knew what CSS file controlled these elements I would edit it or replace it with the original.

    Screenshot: https://imgur.com/a/QPl4j

    Can you share the actual link where the problem occurred ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Everything On Post Edit Page is Now Centered’ is closed to new replies.