Center gallery
- The topic ‘Center gallery’ is closed to new replies.
Need help? Check out our Support site, then
I’m wondering how to center the gallery in a post. Right now it’s left-aligned. If this requires CSS please tell me what exactly to use. Thanks!
The blog I need help with is: (visible only to logged in users)
Hi!
this custom css should do it:
.gallery-row {
margin: auto;
}
Yep, that worked! Thank you so much!