Hide the header & keep search in centre.

Hide the header & keep search in centre.

classic12classic12 Posts: 228Questions: 60Answers: 4

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.

Answers

  • tangerinetangerine Posts: 3,342Questions: 35Answers: 394

    Not really a DataTables problem.
    Your browser inspector will show you this

    border: 1px solid #ddd;
    

    in bootstrap.min.css. Unticking the box makes the problem go away; but I don't know what other effects this may have.

This discussion has been closed.