Archived topic
Select box styling issue
3 replies · Started by Matthew on August 16, 2020
Hey
Hoping you can help with an issue I’m having.
There is an issue with select boxes in a form when using GeneratePress. Disabled the theme and then no longer had the issue.
Form plugin I’m using is “Forminator” and using post fields so it creates a post.
See a screenshot of what I mean below.
https://ibb.co/FxgBjdS
Any ideas how I can fix? I tried changing field width to 98% which does sort of fix it but it looks a mess as other fields are 100%.
Guessing it’s some form of compatibility issue?
Hi there,
Hard to tell from the screenshot. GeneratePress doesn't do anything special to select boxes, so can't think of any compatibility issues.
Are there any errors in the Console tab when you right-click + Inspect the page?
Hey Tom,
Managed to fix it in the end with width auto:
.page-id-37819 #forminator-module-36470.forminator-ui.forminator-custom-form[data-design=default] .forminator-multiselect{
width: auto !important;
}
Glad you got it sorted :)