Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @unlikeluke,

    The Paragraph filed is covering the two Dropdown fields, and it seems some settings on Elementor are causing this issue. For your reference, I created this screencast.

    As you can see in the screencast, you can use this CSS snippet to address the issue:

    textarea.wpforms-field-medium {
        margin-top: 0px !important;
    }
    
    #wpforms-1625-field_4-container {
        margin-top: 67px !important;
    }

    And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.

    Hope this helps!

    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @unlikeluke,

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown fields not working’ is closed to new replies.