I’m having difficulty getting full height columns to site beneath a Bootstrap header. They work in Chrome but not IE or Edge (I haven’t tried any others yet).
I followed the strategy in this SO answer:
Twitter bootstrap 3 two columns full height
You can see my version here:
http://www.anthonyburns.co.uk/Examples/TestFullCols.html
IE and Edge seem just ignore the negative top margin. Any ideas?
3
Answers
Turns out I needed to apply display:table to the .container element in the header too. The answer that I linked to applied it to ALL .container items, which I felt was unnecessarily broad - turns out I was wrong!
This works in IE and Edge is there a specific reason you needed that styling?
}
remove the padding and the margin and your page looks fine with all the browsers