Centering images

Hy Guys,

I’ve run into this before:

I can’t seem to get images to center in their columns:

I have both the ROW FORMATTING and individual COLUMN FORMATTING ‘Text Align’ set to ‘center’, but it still doesn’t seem to center:

Is there another setting that I’m missing?

Thanks for the help!

Hi @jonathanrockett,

Thank you for writing in, to resolve that, please add this to Page > CSS

.x-image img {
	margin-left: auto;
    margin-right: auto;
}

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.