Fixed Titles - Visual Index Section

carlalove / 2012-01-24 12:02:55   

See here

Hi,
So I'm trying to get the image titles to be fixed underneath the image thumbnails, so that you see them always and not only when you rollover the thumbnail. Also as you can see they're not centered... I have no idea why that's happening! I know I need to add something to the Visual Index section .php file (downloaded from here) probably in here somewhere..

jQuery('.thumb-it').hover(function(){
jQuery('.mediainfo', this).fadeTo('fast', 1)},
function(){
jQuery('.mediainfo', this).fadeTo('fast', 0)

But I'm not sure what, any help would be much appreciated thanks!!

carlalove / 2012-01-24 12:11:54   

oops sorry forgot to add under "customize" category :(

This thread has been closed, thank you.