WPIntell

Source evidence

Submit Button

Styler for Gravity Forms · support · 2019-07-16T16:03:00+00:00

complaintsentiment
mediumseverity
0.75relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
gemmayou unresolved
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] 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!

Comments

1 shown
Nidhi Jain 2019-10-03T12:21:00+00:00

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!