Best way for me to explain this problem is with the following images.
This:
Needs to appear like this:
I believe the only code affecting these two container objects (working results and result viewer) is the following css snippet.
.ItemCollection {
display: inline-block;
width: 45%;
}
Is this a very simple css change to be made or do I need to add some more in depth coding to make this happen?
you need to add vertical-align : top
to both divs
.ItemCollection {
display: inline-block;
width: 45%;
vertical-align: top;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With