October 12, 2016 at 2:13 am
#47537
Theme Horse Support Team
Keymaster
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