Centering image gallery in Post
The topic ‘Centering image gallery in Post’ is closed to new replies.
Need help? Check out our Support site, then
How can I center the image gallery in a post?
Also, is there a way to make the gallery take up the entire width of the post?
The blog I need help with is: glindarayepix.com
Hi.
How can I center the image gallery in a post?
You can use this CSS code to do it:
.tiled-gallery { text-align: center; }
.tiled-gallery .gallery-row { display: inline-block; }
Also, is there a way to make the gallery take up the entire width of the post?
I’m afraid it is not possible.
The topic ‘Centering image gallery in Post’ is closed to new replies.