• Resolved zayn77

    (@zayn77)


    Hi i am testing your plugin and so far everything is good – except i am having issue with the dropdown list – check the test link location and how it covers the options – can you please assist with this ….. its short code inserted in Elmentor and tested on the classic WP editor – the same issue.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support andrewshu

    (@andrewshu)

    Hello @zayn77

    Try to add this CSS code:

    .um-search-filter .select2-container.select2-container--open, .um-field .select2-container.select2-container--open {
        z-index: 9999999999 !important;
    }
    
    .um-field-select .um-field-area .um-field-icon, .um-field-multiselect .um-field-area .um-field-icon {
        z-index: 999999999;
    }

    Regards.

    Thread Starter zayn77

    (@zayn77)

    Hi @andrewshu do you mean add this CSS code under the plugin file editor and where please ?

    @zayn77

    Your Theme should have an appearance setting where you can add Custom CSS.

    Thread Starter zayn77

    (@zayn77)

    thank you @missveronicatv – its working fine now ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Dropdown list issues’ is closed to new replies.