League News - Joomsport Component

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Sun Aug 12, 2012 6:49 pm
Hello :)

I have a problem with the Joomsport Component. The pictures are not shown full-size. I was trying to find the error with firebug in the css. It must have something to do with the tables, but I am not sure where to have a look. Maybe you can help me?

Image
User avatar
Fresh Boarder

Konrad M
Mon Aug 13, 2012 8:08 am
Hi,
please give us url to your site it will be much easier to help you.
User avatar

GK User
Mon Aug 13, 2012 9:25 am
User avatar
Fresh Boarder

Konrad M
Mon Aug 13, 2012 9:32 am
Please try add to override.css
Code: Select all
#etab_photos_div .jsnoborders td > div {
float:none !important;
height:auto !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Aug 13, 2012 9:48 am
I added the Code and override.css is enabled, but unfortunatelly it´s not working :(
User avatar
Fresh Boarder

Konrad M
Mon Aug 13, 2012 9:58 am
Please clear cache too. Go to Site->Maintenance->Clear Cache .
User avatar

GK User
Mon Aug 13, 2012 10:13 am
Done, but still not working :(
User avatar
Fresh Boarder

Konrad M
Mon Aug 13, 2012 10:37 am
In css file you have
Code: Select all
 Code:Select all   #etab_photos_div .jsnoborders td > div{float:none !important;height:auto !important;}

remove ' Code:Select all' . Probably this casue issue that css rule isn't even readed by browser.
User avatar

GK User
Mon Aug 13, 2012 10:46 am
That was it :)

Thank you very much for your help!
User avatar
Fresh Boarder


cron