Viewing 1 replies (of 1 total)
  • Hi,
    I had the same problem. You need to edit line 671 of style.css
    login
    Dashboard/Appearance/Editor
    Edit style.css
    Scroll down near the bottom of the stylesheet, if you don’t have line numbers in your online wordpress Editor.

    Look for
    /* General elements
    ***************************************************************************** */
    p {
    margin: .5em 0 1em 0;

    CHANGE TO
    margin: .5em 0 1em 2em;

    It’s that last number in the margin settings that controls the left side. The bigger the number, the further it indents the left margin. I chose 2em.

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Greener Side] Pages Shifted’ is closed to new replies.