Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dgtldre

    (@dgtldre)

    I found the style.css file but not having luck tweaking.

    Can you help me add spacing above the send button. It currently sits very close to the input filed above.

    I alos want to make the button full width of the form fields if possible

    Plugin Author Gator Forms Support

    (@perfect-web-support)

    Hello,

    you can add the following code to your style.css:

    #pwebcontact1_send {
        padding: 4px 0;
        width: 100%;
        margin-top: 10px;
    }

    change 1 in #pwebcontact1_send to your form ID accordingly.

    Best regards

    Thread Starter dgtldre

    (@dgtldre)

    this worked, thank you!

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

The topic ‘Submit Button Full Width’ is closed to new replies.