I am working on a page and want the left orange div to always be at the same height as the right div. The left div is the orange one, this is the navigation with links. When you click on a link, right in the div a preview of a .pdf-file will appea. This preview is always higher than the left navigation after the pdf appears. So I want that the orange div to change height when i click on the link.
I tried the .row-eq-height
:
http://getbootstrap.com.vn/examples/equal-height-columns/
and this posts:Same height column bootstrap 3 row responsive Bootstrap equal column heights using row-eq-height
But it did not work for me because the the div's are out of the bootstrap-order after this.
Maybe you can help me. Thank you!