Vertically align elements in column

In the Introduction section of my homepage, I would like the button (Featured Website) to be underneath the image. Instead, it is aligning adjacent to the image. How do I get the button below the image?

Hello @eutaw,

Thanks for writing in!

I have edited your page and I added this inline css in the image element:

margin-top:-15px; display: block; margin-left: auto; margin-right: auto; 

Please check your page now.

For some reason, the inline CSS was not there, but I added it in the image element and it is exactly what I want. Thank you!

You’re welcome, @eutaw.

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