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.
Modal popup box Title and description : Help plzz..
-
abhijack
- Phoca Member

- Posts: 20
- Joined: 19 Dec 2009, 20:48
-
thijeleo
- Phoca Member

- Posts: 35
- Joined: 05 Jan 2008, 21:24
- Location: Netherlands
- Contact:
Re: Modal popup box Title and description : Help plzz..
Go to:
/components/com_phocagallery/assets/phocagallery.css
At 1/3 of the code (line 138) you will see:
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.
/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%;
}
Save the file
You may need to refresh the page some times in order to see the difference.
-
abhijack
- Phoca Member

- Posts: 20
- Joined: 19 Dec 2009, 20:48
Re: Modal popup box Title and description : Help plzz..
Hi
Thanks for the prompt reply..... I tried what you suggested unfortunately nothing is changing ...
plz help....
jack
Thanks for the prompt reply..... I tried what you suggested unfortunately nothing is changing ...
plz help....
jack
-
thijeleo
- Phoca Member

- Posts: 35
- Joined: 05 Jan 2008, 21:24
- Location: Netherlands
- Contact:
Re: Modal popup box Title and description : Help plzz..
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.
I tried my solution on a locally installed website and it worked.