Comments Eric Hoober started the conversationAugust 28, 2017 at 2:45pmIs there a custom css or code to align the search box on the left side of my table? 472Isidora repliedAugust 28, 2017 at 3:29pmHi Eric,Thank you for your purchase.Yes there is CSS rule that can solved your request. Because the search button floats right on page, we must set to float left, and also move left selector for number of entries.Just add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpdatatables..wpDataTablesWrapper .dataTables_length { float: right !important;}.wpDataTablesWrapper .dataTables_filter { float: left !important; text-align: left !important;}Best regardsKind Regards, Isidora Markovic wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs You can try our wpDataTables add-ons before purchase on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables1 Like Sign in to reply ...
Is there a custom css or code to align the search box on the left side of my table?
Hi Eric,
Thank you for your purchase.
Yes there is CSS rule that can solved your request.
Because the search button floats right on page, we must set to float left, and also move left selector for number of entries.
Just add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpdatatables.
.wpDataTablesWrapper .dataTables_length {
Best regardsfloat: right !important;
}
.wpDataTablesWrapper .dataTables_filter {
float: left !important;
text-align: left !important;
}
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables