Site logo

Archived topic

Image Alignment Problem In Single Post Layout

2 replies · Started by Sanjay on December 20, 2019

Viewing posts 1–3 of 3

I solved the issue by adding the custom CSS code to my blog. It looks like its a elementor bug.

/* Elementor Single Image Center CSS */
.elementor .elementor-widget .wp-block-image .aligncenter {
margin-left: auto;
margin-right: auto;
}

Glad you've figured out :)

This archived topic is closed to new replies.