Hi @gransart51
The following CSS code snippet will center the captions under the photo for the “Image Viewer” gallery template:
.foogallery .fg-caption-title, .foogallery .fg-caption-desc {
text-align:center;
}
The following CSS code snippet will center the captions under the photo for the “Responsive Image Gallery” gallery template:
.fg-caption-title,.fg-caption-desc {
text-align:center;
}
The following CSS code snippet will center the captions under the photo for the “Simple Portfolio” gallery template:
.fg-simple_portfolio .fg-caption-title, .fg-simple_portfolio .fg-caption-desc {
text-align: center !important;
}
?All you’ll need to do is to copy the code snippet and go to the Edit page of that particular gallery and if you scroll down past the Gallery Settings section, you’ll see the “Custom CSS” section. Paste the code snippet as it is on the text box below it and save. You can also paste it to your theme’s style.css file or custom CSS/additional CSS area.
Kindly try this and let us know how it goes.
Kind regards,
Elvis.