css - Data Tables Move "Previous" & "Next" into the left -


i using datatables bootstrap website. dig code of datatables.css cannot find how move previous , next buttons left.

i have tried make float:left nothing changed.

you need select pagination div in css:

.datatables_wrapper .datatables_paginate {     float: left; } 

see jsfiddle demonstration.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -