• Resolved kamlet

    (@kamlet)


    Hi there,
    Could you tell me how we can either shift the default line or remove it from the submit button?
    Error message mixes in the submit button.
    I use Divi theme.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    This is happening due to the following custom CSS which you have added to your website:

    .et_contact_bottom_container {
      background-color: #fab711;
      border-radius: 0px;
      border-bottom: 0px solid #35a76e;
      text-align: center;
      margin: 0;
      position: absolute;
      left: 1%;
    }

    Try changing your CSS to this:

    .et_contact_bottom_container {
      margin-left: 3%;
      float: left;
    }
    Thread Starter kamlet

    (@kamlet)

    Hi,
    It’s better like that, it’s working fine!
    Thanks a lot for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form error message mixes with the submit button’ is closed to new replies.