Archived topic
Images won't align using Generate Blocks
4 replies · Started by Jason on October 19, 2022
Hi, I have an issue with images not centering inside the columns when I'm using generate blocks. Please see the URL in the hidden section for the example. Any assistance to help fix this issue is appreciated. Thanks!
Hi Jason,
There's a CSS from your current theme causing the issue.
Try adding fix-margin to the class list of the GB Image Blocks, then add this CSS:
.gb-block-image.fix-margin > img {
margin: auto;
}
Just added this and they are still not centered.
I see. I responded in GenerateBlocks. Let's continue there.
.