Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The forum ‘Modules’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
my site is http://www.saadiakiyani.co.uk, is it possible that when people click on the image in the gallery on the photography projects page. that the text size or width of text box in lightbox can be changed in the plugin????
Try paste code below to the Custom CSS field of your gallery (only for Phantom module):
.gmPhantom_Details .gmPhantom_description p {
font-size: 16px;
line-height: 120%;
}
that has worked, but can the text box be made wider too? that would be the icing on the cake :)
Add code below to Custom CSS field:
.gmedia-phantom .mfp-description {
position: relative;
left: 50%;
width: 80vw;
transform: translateX(-50%);
}
80vw – means 80% of window width. You could change this number to fit your needs.
Those codes aren’t working for me in phantom PRO :/
Already figured it out thank!!
I can’t access the box to put the code in as something funny has happened, have posted in trouble shooting area
what was it, won’t work for me either