Page 1 of 1

Align image text and description to right

Posted: 04 Apr 2010, 11:39
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

Re: Align image text and description to right

Posted: 04 Apr 2010, 13:38
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

Re: Align image text and description to right

Posted: 04 Apr 2010, 16:55
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.

Re: Align image text and description to right

Posted: 08 Apr 2010, 11:11
by Jan
Hi, the same, just find the class of title and add align to this class.

Jan

Re: Align image text and description to right

Posted: 12 Apr 2010, 05:52
by nadavbil
Thanks Jan,
It works just fine now.

Re: Align image text and description to right

Posted: 15 Apr 2010, 16:01
by Jan
Ok