Hi Everyone,
I have two region boxes. I am on Apex 4.2. I am using the responsive template (number 25).
I want the right hand region to always be the same as the left hand region. I *can* put style="height:200px" in region attributes and it makes it look normal. But it doesn't fit well into the responsive template theory. The contents are arranged (using css) with two items per row. If I view the page on something with a smaller monitor, the contents of the region drop to just one per row which is perfect. But if I have set region 2 with a specific height in the Region Attributes, now it isn't long enough to display everything.
Region 2 will never have more elements than region 1 so if I could somehow make it the same height as region 1, that would solve the problem.