I am currently building a webpage and struggling with keeping the left orange div at the same height as the right div. The navigation is represented by the orange div, which contains links. Upon clicking a link, a preview of a .pdf file appears in the right div, causing it to be higher than the left navigation. I want the orange div to adjust its height accordingly when a link is clicked.
I attempted using the .row-eq-height
class from Bootstrap, as well as referencing these posts:
Same height column bootstrap 3 row responsive
Bootstrap equal column heights using row-eq-height
Unfortunately, these solutions did not work for me as they disrupted the order specified by Bootstrap.
If you have any suggestions or solutions, I would greatly appreciate your help. Thank you!