Image Caption & Credits

GK User
Sat Dec 03, 2011 3:55 am
Running into an issue with the image captions & credits overlaying each other. Please see example.

Image

Additional Information

Site: CouchFighter.co

Joomla Version: 1.7.3

Template Version: 1.1
User avatar
Junior Boarder

GK User
Sat Dec 03, 2011 7:09 am
Can you give me the link where I can see the issue? I have looked around the site but couldn't see it!
User avatar
Platinum Boarder

GK User
Sat Dec 03, 2011 7:18 am
Sure thing, it's this article - CAN BRITAIN PRODUCE A UFC CHAMPION?

For the other articles, I was having to double up the information so it wouldn't overlap.

Thanks for taking a look.
User avatar
Junior Boarder

GK User
Sat Dec 03, 2011 7:40 am
Does this look better with those texts below the image http://easycaptures.com/fs/uploaded/637/6281112118.jpg
User avatar
Platinum Boarder

GK User
Sat Dec 03, 2011 7:46 am
Don - I was messing around with the code and was able to get it to layout like that, but I would prefer to have it over the image how it was intended.
User avatar
Junior Boarder

GK User
Sat Dec 03, 2011 8:05 am
Check this http://easycaptures.com/fs/uploaded/637/8427634542.jpg

If it's ok, you open file /css/template.css

Add this code:

.itemImageCaption {
right: 0;
}
User avatar
Platinum Boarder

GK User
Sat Dec 03, 2011 9:03 am
Don - I really appreciate you trying to help out with this, but I would really like for it to be the same as in the Gavick Demo and not go all the way across the screen.
User avatar
Junior Boarder

GK User
Sat Dec 03, 2011 9:25 am
I tried once again and this was result http://easycaptures.com/fs/uploaded/637/8047063989.jpg

Code: Select all
.itemImageCredits{
position: relative !important;
}

.itemImageCaption , .itemImageCredits{
bottom: 40px !important;
}


I hope it helps!
User avatar
Platinum Boarder


cron