Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Troubleshooting’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Dear Admin,
I’m using Gmedia Album with Phantom Module, I have a screen that can fit 4 photo in a row so I wish to align the last row of my album which has 3 photo only to be center relative to 4 photo on the row before instead of align to the left which will leave blank space on the right, is there anyway i can do so?
Thank you.
Try this CSS code:
.gmPhantom_thumbsWrapper {
font-size: 0;
line-height: 0;
text-align: center;
}
.gmPhantom_ThumbContainer, .gmPhantom_LoadMore {
float: none !important;
display: inline-block;
}Save it in Custom CSS setting field of Phantom module.
