Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    To remove left margin on my example form (in your picture) I would add this CSS:

    div.ss-form-container ol {
        margin-left: 0;
    }

    That would eliminate the area you have inside the red box.

    Thread Starter jory.h

    (@markhutw)

    Thanks Mike!

    I tried and found it works to me:

    div.ss-form-container ol {
        padding-left: 0px;
    }

    For your referance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Questions' left padding CSS’ is closed to new replies.