Row with 2 columns, image on one side, text on the other side. How do I center the text vertically, so it is in the middle of the image?
Thanks in advance.
Row with 2 columns, image on one side, text on the other side. How do I center the text vertically, so it is in the middle of the image?
Thanks in advance.
Hello Alex,
Thanks for writing in!
To have a row with 2 columns, image on one side, text on the other side by which the text is centered vertically, please do the following:
$el {
vertical-align: middle !important;
}
Hope this helps.
Thanks! It worked.
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.