badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: BuddyPress Members Directory search field unusable

#47537

hi Tony,

Use below Custom CSS to show search field

#buddypress div.dir-search {
    margin: inherit;
}

If this doesnot work then try using

#buddypress div.dir-search {
    margin: inherit !important;
}

Thank you