[Resolved] My content has shifted to the left

Home Forums Support [Resolved] My content has shifted to the left

Home Forums Support My content has shifted to the left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1482132
    Jason

    I was editing a page today and my content (paragraphs) suddenly shifted to the left. I don’t have any sidebars but its almost as if theres an empty/transparent sidebar on the right hand side of the container that is forcing the content leftwards, but I have tried activating and diactivating sidebars and it doesn’t change anything.

    All cache plugins are disable and I’m using the latest verion of the theme and the premium plugin.

    Any ideas?

    #1482298
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    In Customize > Additional CSS, find this:

    .entry-content, .entry-summary, #comments {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    And replace it with this:

    .site-main .entry-content, .site-main .entry-summary, #comments {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    Let me know if that fixes it or not 🙂

    #1485267
    Jason

    That fixed it thanks

    #1485712
    Tom
    Lead Developer
    Lead Developer

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.