Text problem under album thumbnail[SOLVED]

Admiror Gallery is free extension for Joomla! based websites. Admiror Gallery is all in one, a simple and instant solution for rendering image gallery from folder with images, but very flexible and adaptable.
Post Reply
Message
Author
Maldaxas2000
Posts: 2
Joined: Mon May 20, 2013 2:58 am

Text problem under album thumbnail[SOLVED]

#1 Post by Maldaxas2000 »

Hello everybody,

Today I installed this brilliant module and everything is awesome.
Only one problem persists to me with my gallery text under thumbnail.
Look at the picture: http://imageshack.us/a/img268/6365/problemyh.jpg
I think it's need text wrap, but where I can change something?

P.S. I am using Joomla 1.5.

Admiror Gallery 5 - Fundraising Campaign

Maldaxas2000
Posts: 2
Joined: Mon May 20, 2013 2:58 am

Re: Text problem under thumbnail

#2 Post by Maldaxas2000 »

Problem resolved.

Just add two lines of text in "/public_html/plugins/content/AdmirorGallery/templates/classic/albums/albums.css"

div.AG_album_wrap a
{
text-decoration:none;
max-width:200px;
display:block;

}

Post Reply