Gravity forms quantity boxes

Hi there

I seem to have a problem that the quantity boxes are coming up too small so you can not see the value entered inside them.
I did some asking around and someone suggested that the theme may be limiting the size of the boxes (no idea if this is the case)
Is there anything you might be able to do to help me please?
https://wordpressmu-110049-1087249.cloudwaysapps.com/tickets/

I exported the form to another site and there are no issues on there

I’ve tried deactivating all plugins with the exception of gravityforms its self and it still won’t play nice

Ok A kind man on face book gave me the solution

body .gform_wrapper .gform_body ul.gform_fields li.gfield select:not([multiple]),

body
.gform_wrapper
.gform_body
ul.gform_fields
li.gfield
input:not([type=‘radio’]):not([type=‘checkbox’]):not([type=‘submit’]):not([type=‘button’]):not([type=‘image’]):not([type=‘file’]) {
padding: 0 .45em;
}

Hey Ben,

Thanks for writing in! Just for future topics, self responding or bumping your post pushes it back in our Queue system so it takes longer to respond to.

It is good to know that you have found out a solution to resolve your issue already. We really appreciate for letting us know.

Best Regards.

Hi,

Thanks for the info,

As it looks like I fixed the problem with the kind gents suggestion it turns out it is not good practice, could you please take a look at the responce I got from GF support and let me know I’f you can help further?

Thanks

Ben

Hi Ben,

The issue is caused by your theme overriding the default GF styling. In the following screenshot you can see the page without the workaround you added: https://d.pr/i/GEvZf3

And now another screenshot with the custom padding added by your theme removed: https://d.pr/i/x2mtzm

As you can see the quantity input is fine when your theme is not overriding the default padding.

With your hack, what you’re doing is adding more CSS to override what your theme is already overriding, and it’s working to workaround the issue: https://d.pr/i/Vb5oXm but the ideal solution would be to contact with your theme developer to fix the theme to prevent future versions of the theme causing this or similar issues.

Regards,

Hello Ben,

If you do not want the theme to override the GF styles, please check out this thread:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.