Right align info text?

Right align info text?

Davey83Davey83 Posts: 1Questions: 0Answers: 0
edited March 2013 in General
Hi!

Does anyone know if it's possible to right-align the info-text at the bottom of the table? I would like to have the "Showing 1-10 of 54 entries"-text on the bottom right side, next to ""-buttons?

Please help?

Regards,
David

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    A little bit of CSS?

    [code]
    .dataTables_info {
    width: auto;
    float: right;
    }
    [/code]

    Allan
This discussion has been closed.