I have content side getting down in ie 8 but on chrome and firefox "Halaman Dashboard" position in the right side not in below sidebar. Thanks a lot.
I need help for this.

I have content side getting down in ie 8 but on chrome and firefox "Halaman Dashboard" position in the right side not in below sidebar. Thanks a lot.
I need help for this.

 
    
    IE8 doesn't fully support html5 and media queries. You'll need to include this in your documents head:
<!--[if lt IE 9]>
    <script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
