Select boxes broken.
-
Sorry if this post is duplicated. The earlier post was marked as Spam.
Select boxes are broken since updating to Version 1.14.9 from 1.14.8.1.
No other changes to the site, Forminator is the only Plugin installed and everything worked OK before update.
Now, when I click on a select box there is a 31px gap introduced between the select box and the dropdown options.
I can see that this CSS rule is the offender..select2-container .forminator-dropdown--default.select2-dropdown--below { margin-top: 31px; border-width: 0 1px 1px 1px; border-radius: 0 0 2px 2px; }
included from /plugins/forminator/assets/forminator-ui/css/src/form/forminator-form-default.full.min.css
If you uncheck the margin-top: 31px; in Inspector it is fixed.
or
If I edit /plugins/forminator/assets/forminator-ui/css/src/form/forminator-form-default.full.min.css and change it to:.select2-container .forminator-dropdown--default.select2-dropdown--below { margin-top: 0px; border-width: 0 1px 1px 1px; border-radius: 0 0 2px 2px; }
… then it is also fixed.`
The page I need help with: [log in to see the link]
- The topic ‘Select boxes broken.’ is closed to new replies.