Page 1 of 1

Modal popup box Title and description : Help plzz..

Posted: 19 Dec 2009, 21:00
by abhijack
Hello there..

I am using phoca gallery version 2.6.1.. I have to say this is a great extension.
I am using 'modal' popup box for image display in detail view settings.
I have added 'title' and 'description' for my images.

I want both of them to appear in the detailed picture window and want to align them to the centre.

Can someone suggest a way to align those 2 lines centrally?
Many thanks in advance.

Re: Modal popup box Title and description : Help plzz..

Posted: 20 Dec 2009, 00:29
by thijeleo
Go to:
/components/com_phocagallery/assets/phocagallery.css

At 1/3 of the code (line 138) you will see:

Code: Select all

#description-msg{
	font-size:83%;
	text-align:left;
	margin:0;padding:0;
	position:absolute;
	bottom: 0px;
	left:0px;
	right:0px;
	background-color: #000;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	z-index:1000;
	width:100%;
}
Change text-align:left to text-align:center.

Save the file

You may need to refresh the page some times in order to see the difference.

Re: Modal popup box Title and description : Help plzz..

Posted: 21 Dec 2009, 00:28
by abhijack
Hi

Thanks for the prompt reply..... I tried what you suggested unfortunately nothing is changing ...

plz help....


jack

Re: Modal popup box Title and description : Help plzz..

Posted: 21 Dec 2009, 00:35
by thijeleo
Did you flush your local internet cache? Maybe the page is still in cache at your computer. Flushing the cache on your website may also help.

I tried my solution on a locally installed website and it worked.