Jump to content

Table header not centered


jch02140

Recommended Posts

I am using a jquery plugin called Datatable and playing a bit with the example code. However, the text in the first row are not centered like the rest. Is there a way to center the texts in the first row?

Here is the fiddle

I tried using the following methods but none of them works:

<thead style="text-align:center">

and

<th style="text-align:center">
Link to comment
Share on other sites

The heading table cells have uneven padding.

 

This is the code that's causing the problem:

table.dataTable thead > tr > th {    padding-right: 30px;}

Coming from the dataTables.bootstrap.css file.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...