I am currently utilizing jQuery's DataTables plugin in conjunction with Bootstrap 3.1 to facilitate sorting and paginating server-side content.
This is the current appearance of my table:
http://datatables.net/manual/styling/bootstrap-simple.html
While the pagination and sorting functionality is functioning properly, I am seeking to align the pagination controls to the center of the table rather than the default right side position. Due to my limited CSS knowledge, I am unsure of where to make these adjustments. Can anyone provide guidance on how to achieve this desired layout?