Support » Plugin: Dynamic User Directory » Way to Control Length of Search boxes?

  • Resolved hsirois

    (@hsirois)


    Hello,
    Congratulations for this Plugin and those add-ons!!!
    I am using the Meta Fields Search Add on, and my First Search Box (with dropdown list of Meta Fields) is very long. The second search box is on another line and the Search icon and Clear on a third line. Can I have all 4 of them on the same line?
    Thanks for your help

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter hsirois

    (@hsirois)

    Here is the solution: (added this to Quick CSS of my WordPress Theme)
    Hi Hélène,

    Looks like your theme’s CSS is conflicting with the DUD plugin. Try
    adding the following CSS to the “Additional CSS” section of your theme
    customizer:

    #dud_user_srch_key {
    width: 200px !important;
    }

    .user-srch input[type=”text”] {
    width: 72% !important;
    }

    Regards,
    Sarah

    Thread Starter hsirois

    (@hsirois)

    Solved

    Plugin Author Sarah Giles

    (@sarah_dev)

    Thanks for sharing the solution here, Helene!

    Regards,
    Sarah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Way to Control Length of Search boxes?’ is closed to new replies.