Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @ww1way,

    Thanks for reaching out!

    It looks like it was added a margin-left value to the Message field. To remove it, you can use this CSS snippet:

    .wpforms-container .wpforms-field.wpforms-two-thirds{
        margin-left: 0px;
    }

    In case this does not work for you, please add the !important flag:

    .wpforms-container .wpforms-field.wpforms-two-thirds{
        margin-left: 0px !important;
    }

    And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.

    Hope this helps!

    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @ww1way,

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My message box is not aligned’ is closed to new replies.