Center alignment not available in last update

Hi There,

Last update removed the possibility to center images in the Shapely Home Parallax.

When you look at my website, there is one photo image of myself (second alinea).
https://www.milanvdh.nl/

I can only align it top or left, but not center anymore. Is there a custom command to fix this? Better yet would be to fix the theme to again include the center alignment option.

Kind regards,
Milan

MILANVDH

<div class=“col-sm-10 col-sm-offset-1 text-center mt30”>

That was me trying to include the code which is there now :slight_smile:

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/center image/
.home .img-responsive{
margin:auto !important;
}

Best Regards,
Support

Awesome, much thanks for the quick response. <3