Hi Jujarven,
Your code is fine, the thing with same-height is that it will give the
same height but just to its childs.
For example, in your case the direct childs of the same-height are all
the fixed column inside the container. I'm supposing that you are
using the background-color in the <div class="txt4">, so you can try
adding a full-height helper like this --> <div class="txt4 full-
height">. This will force the div to have the same height of it's
parent.
That of course is one approach, you can also get rid of the <div
class="txt4">, apply the bg-color to the fixed column (just remember
you can't add paddings, margins or borders to columns, that's why -
containers- exists.)
Hope this can help you.
Thanks for using Elasticss.
------
Elasticss Core Team