How do I vertically center this image?

I would like to vertically center the image of the dog so its in the middle of the column; same white space above the image and below the image.

Hi There,

Please follow these steps:

  • Turn on the Marginless Column option of your row:

  • At this element CSS to the column contains the image:
$el {
  vertical-align: middle !important;
}

  • Add the left & right margin to your columns:

Hope it helps :slight_smile:

That works. Thanks.

Glad we were able to help :slight_smile:

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