Align image text and description to right

Phoca Gallery - image gallery extension
nadavbil
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 04 Apr 2010, 06:24

Align image text and description to right

Post by nadavbil »

I am trying without luck to align the text of an open image (not the thumbnail) to the right.
Please help,
Thanks Nadav
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Align image text and description to right

Post by Jan »

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
If you find Phoca extensions useful, please support the project
nadavbil
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 04 Apr 2010, 06:24

Re: Align image text and description to right

Post by nadavbil »

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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Align image text and description to right

Post by Jan »

Hi, the same, just find the class of title and add align to this class.

Jan
If you find Phoca extensions useful, please support the project
nadavbil
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 04 Apr 2010, 06:24

Re: Align image text and description to right

Post by nadavbil »

Thanks Jan,
It works just fine now.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Align image text and description to right

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply