Force search to be in centre
Force search to be in centre
classic12
Posts: 228Questions: 60Answers: 4
in DataTables
I have used the CSS code form here
http://live.datatables.net/wegotudi/198/edit
div.dataTables_wrapper div.dataTables_filter {
width: 100%;
float: none;
text-align: center;
}
The app is here:
http://mydubaidream.com/dubai4/
Click on hamburger
select news
The search seems to be in the centre of something to the right.
When the screen is smaller the search bar goes to the middle.
Cheers
Steve Warby
This discussion has been closed.
Answers
Hi Steve,
You can set the CSS of the container, something like this:
I just tried that and it shifted it along nicely,
Cheers,
Colin