Modal popup box Title and description : Help plzz..

Phoca Gallery - image gallery extension
abhijack
Phoca Member
Phoca Member
Posts: 20
Joined: 19 Dec 2009, 20:48

Modal popup box Title and description : Help plzz..

Post 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.
thijeleo
Phoca Member
Phoca Member
Posts: 35
Joined: 05 Jan 2008, 21:24
Location: Netherlands
Contact:

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

Post 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.
abhijack
Phoca Member
Phoca Member
Posts: 20
Joined: 19 Dec 2009, 20:48

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

Post by abhijack »

Hi

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

plz help....


jack
thijeleo
Phoca Member
Phoca Member
Posts: 35
Joined: 05 Jan 2008, 21:24
Location: Netherlands
Contact:

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

Post 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.
Post Reply