Archived topic
Image Alignment Problem In Single Post Layout
2 replies · Started by Sanjay on December 20, 2019
Hey, Facing a wired problem.
I added the image as center alignment but still it showing on left. I am using Generatepress with Elelmentor Pro. Image link: https://prnt.sc/qdkhwc
Please help me out. I think it may be a theme/element or pro layout bug.
Also posted on your official facebook group: https://www.facebook.com/groups/generatepress/permalink/2573022529419975/
Thank you!
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 :)