Center Image

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
StormCloud79
Propeller Head
Posts: 20
Joined: Mon Feb 15, 2021 5:11 am

Center Image

Post by StormCloud79 »

Hello

I have used the standard out of the box feature in flare to create a responsive lay out and have some tiles.

I only want the tiles to contain images, how can I get the image to be in the center horizontally and vertically, I really can't seem to work this out any help would be appreciated.
Image1.PNG
I want the images to be in the center of each tile div.

Thanks
Robin
You do not have the required permissions to view the files attached to this post.
Chicago_HPT
Sr. Propeller Head
Posts: 133
Joined: Sun Feb 03, 2013 6:01 pm

Re: Center Image

Post by Chicago_HPT »

What I do is set the div text-align property to center.

Code: Select all

div.image-container { text-align:center; }
There are also other options. That's just the one I use. For more ideas, check out https://www.freecodecamp.org/news/how-t ... ge-in-css/

I hope that helps,
-jeff
Post Reply