[Resolved] Select box styling issue

Home Forums Support [Resolved] Select box styling issue

Home Forums Support Select box styling issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1405233
    Matthew

    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?

    #1405380
    Tom
    Lead Developer
    Lead Developer

    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?

    #1405894
    Matthew

    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;
    }

    #1406459
    Tom
    Lead Developer
    Lead Developer

    Glad you got it sorted 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.