Align content of column in bottom

I have a product page that in left column use WP Forms that exspand and in the right column have a product overview.
When a customer start the WP form signup the column exspand and I want the product info in the right side to exspand also so the product info can be seen just besides the order button. (Bekræft køb)

I think its align bottom im looking for, but for that to work the right column have to exspand same as the orderform to the left.

https://greenspeak.dk/abonnementer/dk1/
You can start a signup to se.

In advance thank you for your kind help and reply

Hi @Madsras42,

Thank you for writing in, first please inspect the ROW and set the Marginless option to On




Then inspect the right Column and add this to its Column’s Element CSS area

$el.x-column {
	vertical-align: bottom;
}

Hope it helps,
Cheers!

Hi @friech
Thank you for your fast reply.
I have done as you told, now the column align bottom, but content inside the column dont align bottom.
In advance thank you for your kind help and reply

Hi @Madsras42,

Sorry about that, please update the given Element CSS to this;

$el.x-column {
	vertical-align: bottom !important;
}

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.