Title centred under the image

Phoca Gallery - image gallery extension
balad144
Phoca Member
Phoca Member
Posts: 10
Joined: 11 Sep 2019, 16:59

Title centred under the image

Post by balad144 »

Hello,
on the following image the title is on the left, I would like the title to be centred under the image in the gallery.
Thank you

https://imgur.com/GCmvZUt

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2886
Joined: 28 Nov 2010, 17:20

Re: Title centred under the image

Post by christine »

Hi,

Try this code to your user.css (Cassiopeia) or custom.css (other templates):

Code: Select all

pg-item-box-title, .pg-category-box-title {
display: block;
text-align: center;  
}
To tell you more about, we should need live URL.
Because you can't examine a screenshot :-)

Kind regards
Christine
balad144
Phoca Member
Phoca Member
Posts: 10
Joined: 11 Sep 2019, 16:59

Re: Title centred under the image

Post by balad144 »

Hello Chistine,
I put your code in user.css of cassiopeia, but it does not work, here is the link to the site:
https://randophil56.fr/galerie-photos/galerie-2023
thank you for your help
Fred
christine
Phoca Hero
Phoca Hero
Posts: 2886
Joined: 28 Nov 2010, 17:20

Re: Title centred under the image

Post by christine »

Hi Fred,

I made a copy-paste mistake. The dot was missing at the beginning.

Code: Select all

.pg-item-box-title, .pg-category-box-title {
display: block;
text-align: center;  
}
Kind regards
Christine
balad144
Phoca Member
Phoca Member
Posts: 10
Joined: 11 Sep 2019, 16:59

Re: Title centred under the image

Post by balad144 »

Thank you very much Christine, it works very well.
have a nice day, kind regards
Fred
christine
Phoca Hero
Phoca Hero
Posts: 2886
Joined: 28 Nov 2010, 17:20

Re: Title centred under the image

Post by christine »

Hi Fred,

that's fine :-) Thanks for your feedback

Kind regards
Christine
Post Reply