Align Table to the Left

Align Table to the Left

hermes980hermes980 Posts: 41Questions: 13Answers: 0

Hi all,

By default, my datatable is centered. Do you know where in the CSS I can left align the table with a pad?

Thanks,

K.

Answers

  • hermes980hermes980 Posts: 41Questions: 13Answers: 0

    Here is what I ended up using:

    div.dataTables_wrapper {
    width: 900px;
    margin: 0 auto;
    float: left;
    }

This discussion has been closed.