Vertical-align centre and bottom

Hi!

My website is vizionvogue.com

I’m trying to add in the same column an image and a text below. The image has to be vertical-align: middle but the text, aligned at the bottom. I have tried many different CSS but still can’t achieve it.

The vertical-align works but I can’t seem to get my text to move at the bottom of the column…

Thanks for your help!

Nathalie :slight_smile:

Hello Nathalie,

Thank you for your detailed post information. Please be advised that the vertical-align: middle; should be applied to the column. If you want the image to the center, then you may need to add it as a background image of the column so that you can use vertical-align: bottom; in the column and the text will be aligned to the bottom of the column.

Hope this make sense.

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