I am trying without luck to align the text of an open image (not the thumbnail) to the right.
Please help,
Thanks Nadav
Align image text and description to right
-
nadavbil
- Phoca Newbie

- Posts: 3
- Joined: 04 Apr 2010, 06:24
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Align image text and description to right
Hi, just try to add some text-align:right css to your code e.g. in CSS
or in
components/com_phocagallery/views/detail/tmpl/default.php (before description text)
Jan
or in
components/com_phocagallery/views/detail/tmpl/default.php (before description text)
Jan
If you find Phoca extensions useful, please support the project
-
nadavbil
- Phoca Newbie

- Posts: 3
- Joined: 04 Apr 2010, 06:24
Re: Align image text and description to right
Thanks Jan for the quick answer.
I think it will only change the description text alignment but not the image name.
What should I do to align the image name as well?
Thanks Nadav.
I think it will only change the description text alignment but not the image name.
What should I do to align the image name as well?
Thanks Nadav.
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Align image text and description to right
Hi, the same, just find the class of title and add align to this class.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
nadavbil
- Phoca Newbie

- Posts: 3
- Joined: 04 Apr 2010, 06:24
Re: Align image text and description to right
Thanks Jan,
It works just fine now.
It works just fine now.
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Align image text and description to right
Ok
If you find Phoca extensions useful, please support the project