Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘Modules’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
I’m unable to get this module to center on the page (although it is centered on mobile devices)
I’ve set the custom CSS for – .gmedia_gallery afflux_module { margin: 0 auto; }
The gallery has a maximum width of 800px.
Any suggestions?
CSS should be
.gmedia_gallery.afflux_module { margin: 0 auto; }
if not helps try also wrap shortcode with div align center: <div style="text-align:center;">SHORTCODE_HERE</div>
I have this CSS in place and tried wrapping the shortcode in a DIV, but still appears as left justified. Any other suggestions?
I’m all set on this. I removed the maximum width value and the module centers correctly.