[ad_1]
Hey all!
I’m relatively new to wordpress and I’m currently struggling to get 3 columns to match up correctly. I’m using Neve and Otterblocks, and I’ve various methods to no avail. I’ll link the website below, it’s the blue white and black columns on the homepage. Thanks for any help!
​
ducapitaine.com
[ad_2]
Try something like this.
div.is-vertically-aligned-top:nth-child(1), div.is-vertically-aligned-top:nth-child(2), div.is-vertically-aligned-top:nth-child(3) { height: 810px; }
It will require you to still have to adjust the position of elements inside the columns, but it gets your heights equal.