• Hi there,

    When styling the Submit Button in the Styler for Gravity Forms, the submit button looks exactly like we want to. Although when we click publish and view the live page, there doesn’t seem to be any padding.

    Just a bit confused with what’s going on?

    Thanks, Gemma

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Nidhi Jain

    (@jainnidhi)

    Hey @gemmayou

    I am sorry for the inconvenience caused.

    I’ve checked the site and found that your theme’s style is overriding the plugin’s CSS.

    This is the code in your theme’s style.css file.

    #single-page input[type="submit"],
    #posts-content .post input[type="submit"] {
        border: none;
        border-radius: 2px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0 25px;
        color: #fff;
    }

    Please check for the padding property in this CSS.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Submit Button’ is closed to new replies.