Break line on small images

Hi Support.

I have two small images which gets aligned next to each other:

I want the image to the right to be under the first one. How do i do this?

Thanks in advance.

Regards,
Christian

Hi Christian,

Please add this code to the Element CSS field of the second image:

$el {
  display: block;
}

Hope this helps.

Thanks! Worked.

You are most welcome. :slight_smile:

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