Currently, I have three elements displayed inline block with each other. The two smaller grids are flush with the bottom of the larger chart by default. Is there a way to make them flush with the top of the larger chart instead? Check out the layout here: https://i.sstatic.net/YXzPw.png
I would like to avoid giving an absolute position to each element, unless that is the only solution.
Here is the current CSS applied:
#smallgrid1, #largechart, #smallgrid2{
display: inline-block;}