I have the same issue

…an d tried a lot of stuff here…could not be so complicated…

Thanks
Cy.

Hi There,

If you want to bring your button down, you can add a gap element above it.

Hope it helps

Hi, it’s more elegante to have both columns in an equal height. With a static block it will not work if the window is narrower than now…

Hi THere,

Please provide your URL.

Thank you

Ok, see here:

Hi There,

Thank you for the credentials. For columns equal height, please check the following guide:

Hope this helps.

Hello Lely,
thank you for your anwer. I tried this code before with no result. Still the same…
cy.


Hi There,

Remove the minimum height set on each text element. It will then give you equal height for columns but the button is still not aligned at the bottom. To achieve that we can use custom CSS. We will position it on the bottom of the column. First add, position: relative; on each column style field. Then on each button style field add position: absolute; bottom: 0; Result will be something like this:

To understand CSS positioning better, please check this:https://www.w3schools.com/css/css_positioning.asp

Hope this helps.