I have a table with 2 columns how can i move everything to the left?
table.dataTable th, table.dataTable td { text-align: left; }
Looks like what is needed.
Allan
@allan It did not help(
If you could give me a link to a test case showing the issue, I can take a look at it.
@allan https://jsbin.com/fimevotapi/1/edit?html,js,output
Added Allan's CSS to your example and it moves the header text to the left: https://jsbin.com/wuvomujade/1/edit?html,css,js,output
Kevin
@kthorngren I tried, I don't have any changes
In order to help debug we will need to see the problem. Please update the test case to show the issue. Or post a link to the page where you are trying the CSS code.
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Looks like what is needed.
Allan
@allan It did not help(
If you could give me a link to a test case showing the issue, I can take a look at it.
Allan
@allan https://jsbin.com/fimevotapi/1/edit?html,js,output
Added Allan's CSS to your example and it moves the header text to the left:
https://jsbin.com/wuvomujade/1/edit?html,css,js,output
Kevin
@kthorngren I tried, I don't have any changes
In order to help debug we will need to see the problem. Please update the test case to show the issue. Or post a link to the page where you are trying the CSS code.
Kevin