[Resolved] Text randomly going off to the side

Home Forums Support [Resolved] Text randomly going off to the side

Home Forums Support Text randomly going off to the side

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #977237
    Matthew

    Hi

    Do you know why the text is appearing so far to the right? I can’t seem to figure out why it’s doing this.

    If you take a look at the page linked. You will see instead of being next to the check box its all the way over to the right.

    Thanks for any help you can provide! 🙂

    #977254
    David
    Staff
    Customer Support

    Hi there,

    the plugin is injecting CSS to force all input fields to 100% width.
    Try this CSS to override it for the checkbox:

    .wpt-form-checkbox {
        width: auto !important;
        vertical-align: middle
    }

    And as its outputing the checkbox as a list this CSS to remove the left hand margin:

    .wpt-form-set {
        margin-left: 0;
    }
    #977346
    Matthew

    That’s solved it, thank you! 🙂

    #977353
    David
    Staff
    Customer Support

    You’re welcome

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