Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Modules’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Tagged: PhotoMania, title
Sorry, but I would to display the whole title of the picture in gallery, even if the title is longer than 43 characters (font size=18).
How can I change or increase the control that displays the title? CSS?
Thanks for your help!
Primoz
Go to edit gallery (built with PhotoMania module) -> Advanced Settings tab -> Custom CSS field:
.gmpm_photo_header .gmpm_name_wrap .gmpm_title_author .gmpm_title {
white-space:normal !important;
height:auto !important;
min-height:1.1em;
}