AJ2 Posted August 10, 2021 Share Posted August 10, 2021 Site URL: https://www.fchc.us/ Is there a way to center the captions under images that are in a gallery block? I can't figure it out and am wondering if I need special code for it. On the website, the gallery of topic is the one on the bottom of the 'Meet the Staff' section of the website, under About Us. Link to comment
iamdavehart Posted August 10, 2021 Share Posted August 10, 2021 add this to your sites custom css (if you want it to happen for all galleries). p.gallery-caption-content { text-align:center; } if you want to just do it on that page then wrap the same code in <style> blocks and put it either in the page header (needs business/premium plan) via the Advanced section of the page settings, or put it in a code block on the page. <style> p.gallery-caption-content { text-align:center; } </style> Dave Hart. Software/Technology Consultant living in London. buymeacoffee Link to comment
AJ2 Posted August 10, 2021 Author Share Posted August 10, 2021 Thanks so much for that lightning fast response! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.