Centering image

Hi, Iā€™m having similar trouble centering an image inside a column as others have had ā€“ unfortunately the solutions proposed did not work for me: http://www.elparaiso.ch/#buchen

Hi Christian,

Thanks for writing in!

Can you please try adding this code to the element style of the image element and let us know if that helps!

$el img {
display: inline-block !important;
}

Hope this works!

Cool beans ā€“ that totally worked, thnx!

Hi Christian.

You can read more about the Element CSS feature here:

Hope this helps.

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