Hi @dietermaes767
At first, thank you for choosing our plugin and service.
To provide you with the most accurate assistance, could you please describe the issue you’re facing in more detail? Additionally, sharing a direct link to the page where the problem appears would be immensely helpful. If possible, providing screenshots of the issue will give us a clearer understanding and allow for more targeted support.
Once we have this information, we’ll be better equipped to identify the issue and provide a solution.
Kind Regards
The image is centrally aligned. You won’t see this when I view the page (https://betaalbarewebsites.be/website-laten-maken-geraardsbergen/) myself.
Hi @dietermaes767
By default the images and not only, all the content can be aligned in any direction you want using the Elementro and REA options, in case you still have the issue, please navigate to Dashboard > Appearance > Customize > Additional CSS and add the following snippet:
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
margin: 0 auto;
}