Thanks, I assume that also goes in the user.css file.
Regards
Nick
Thumbnail Image
-
christine
- Phoca Hero

- Posts: 2938
- Joined: 28 Nov 2010, 17:20
Re: Thumbnail Image
Hi Nick,
You can use the inspector to examine and enter the formatting you want. This will then not be overwritten during an update.
Kind regards
Christine
Yes of course.
You can use the inspector to examine and enter the formatting you want. This will then not be overwritten during an update.
Kind regards
Christine
-
Pens
- Phoca Member

- Posts: 37
- Joined: 02 Dec 2024, 17:48
Re: Thumbnail Image
Sorry, one more, how can I center the heading and the view button in the categories?
-
christine
- Phoca Hero

- Posts: 2938
- Joined: 28 Nov 2010, 17:20
Re: Thumbnail Image
Hi Nick,
Try this to your user.css:
Please look at the effects elsewhere to see if centered is OK there (too).
That means (after above codes) : If you do not want centered description, then add:
Kind regards
Christine
Try this to your user.css:
Code: Select all
.ph-item-content {
text-align: center;
}
.ph-item-action-box {
display: inline-grid;
}That means (after above codes) : If you do not want centered description, then add:
Code: Select all
/*category description not centered*/
.ph-cat-desc {
text-align: left;
}Christine