Hide the header & keep search in centre.
Hide the header & keep search in centre.
classic12
Posts: 228Questions: 60Answers: 4
in DataTables
Hi guys,
http://www.mydubaidream.com/dubai4/
click hamburger.
select news
I can still see part of the header ( I think thats what is ) I have used some css to hide various parts but it is still showin a line and taking space.
If I use:
thead {
display:none;
}
It hides it but overrides my setting for the % widths. ie the image & text get set to 50%-50%
What magic is there to hide this please ?
Cheers
Steve Warby.
This discussion has been closed.
Answers
Not really a DataTables problem.
Your browser inspector will show you this
in bootstrap.min.css. Unticking the box makes the problem go away; but I don't know what other effects this may have.