Hello
True say in our
joomla gallery - title already Centered.
If this not work - mean you have some conflict in CSS. In This case: Please to us yours site url, and we will check.
If you need " center the title of the image by vertical", please add to your template CSS below styles:
Code: |
[class^=os-gallery-all-in-one-main] .img-block.none-effect .os-gallery-caption, [class^=os-gallery-album-tabs-main] .img-block.none-effect .os-gallery-caption, [class^=os-gallery-tabs-main] .img-block.none-effect .os-gallery-caption {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
|
Regards
OrdaSoft team