Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
I do not find the option to center the image caption under the large image presentation of the Magnific Popup gallery. Metadata display ist set to 'center', but still the caption is on the left side of the image and the image counter on the right.
http://eckart-bartnik.de/galleries/07_hellnar/
Thanks for help.
Offline
Metadata display alignment is for the thumbnails. To center metadata for the large images using Magnific Popup, it looks like you'll need custom css
try:
.mfp-title {
text-align: center;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Dear Rod, thanks a lot. I took all my courage to go into custom css and it worked! I even managed to change the spacing in the table on the about page. Something I wanted to do for a long time, but never dared to do. But I did not find the actual text for this page. It is not on the about.php. Where is it hidden? It might be easier to change directly than going through LR (?).
Offline
text for the About page in Pages can be found in the about.html file in the /fragments folder
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline