Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Hello,
Can I show image title in two lines?
Thanks! Have a great day!
It depends on which gallery module you use.
I use PhotoMania module.
Add to Custom CSS field:
.gmpm_photo_header .gmpm_name_wrap { white-space: normal; }
.gmpm_photo_header .gmpm_name_wrap .gmpm_title_author .gmpm_title { white-space: normal; height: auto; }