• I have tried your solutions with css and putting the form fields next to each other but it is still displaying below the form field

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • USREC

    (@hawaiirealestate)

    Try this:

    /* THIS FIELD REQUIRED */
    body span.wpcf7-not-valid-tip {
    display: inline-block;
    color: #ff0000;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-top: 2px;
    background: none;
    font-size: 15px;
    }
    
    /* ERROR BORDER */
    form.wpcf7-form[data-status=’invalid’] .wpcf7-response-output {
    color: #000000;
    border-style: dashed;
    border-color: #ff0000;
    text-align:center;
    font-size:15px;
    font-weight: bold;
    }
    body span.wpcf7-validation-errors {
    display: inline-block;
    color: #ff0000;
    border-style: dashed;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-top: 2px;
    background: none;
    font-size: 15px;
    }
    Thread Starter bxdavi2

    (@bxdavi2)

    Nope it didn’t move. Here is my site https://barbsmiwebsites.com/hqhomes/

    I can give you back end access if necessary.

    Thank you

    Thread Starter bxdavi2

    (@bxdavi2)

    Does anyone have a suggestion? Still an issue

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inline submit button’ is closed to new replies.