Viewing 2 replies - 1 through 2 (of 2 total)
  • Josh Feck

    (@builtbynorthby)

    Hi Professor,
    You’ll want to change the art-Sheet div margin top value from 75px to something much less, like 0.

    from this:

    .art-Sheet {
        margin-top: 75px !important;
    }

    to this:

    .art-Sheet {
        margin-top: 0;
    }

    Thread Starter ProfessorApple.com

    (@professorapplecom)

    Yay! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move Site Upwards’ is closed to new replies.