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
Title centred under the image
-
- Phoca Member
- Posts: 10
- Joined: 11 Sep 2019, 16:59
-
- Phoca Hero
- Posts: 2886
- Joined: 28 Nov 2010, 17:20
Re: Title centred under the image
Hi,
Try this code to your user.css (Cassiopeia) or custom.css (other templates):
To tell you more about, we should need live URL.
Because you can't examine a screenshot
Kind regards
Christine
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;
}
Because you can't examine a screenshot

Kind regards
Christine
-
- Phoca Member
- Posts: 10
- Joined: 11 Sep 2019, 16:59
Re: Title centred under the image
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
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
-
- Phoca Hero
- Posts: 2886
- Joined: 28 Nov 2010, 17:20
Re: Title centred under the image
Hi Fred,
I made a copy-paste mistake. The dot was missing at the beginning.
Kind regards
Christine
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;
}
Christine
-
- Phoca Member
- Posts: 10
- Joined: 11 Sep 2019, 16:59
Re: Title centred under the image
Thank you very much Christine, it works very well.
have a nice day, kind regards
Fred
have a nice day, kind regards
Fred
-
- Phoca Hero
- Posts: 2886
- Joined: 28 Nov 2010, 17:20
Re: Title centred under the image
Hi Fred,
that's fine
Thanks for your feedback
Kind regards
Christine
that's fine

Kind regards
Christine