image show error in thumbnail rotation

GK User
Fri Feb 03, 2012 7:41 pm
Hy,

i've a problem with mod_image_show_gk4_J!25 thumbnail (esport style) in game magazine as in the file attached.
the thumbnail are scrolling in a vertical way but the thumbs panel is horizontal....

anyone can help me...

thanks in advance

Luke

test page: http://www.boardworld.it/index.php
User avatar
Senior Boarder

teitbite
Sat Feb 04, 2012 1:41 am
Hi

Please add this to css:

Code: Select all
.gkIsWrapper-gk_eSport .gkIsThumbnailsWrap ul {
width:100%;
}
User avatar
Moderator

GK User
Fri Feb 10, 2012 10:59 am
Hy teitbite,

first of all thanks for your answer ....

I added the code you suggested, but nothing has changed ...

seems that in index.php on line 83 is:
#gkIs-gk-is-228 .gkIsThumbnailsWrap ul {
width: 226px;
}

Luke
User avatar
Senior Boarder

GK User
Fri Feb 10, 2012 2:55 pm
yes the error is for thr code:
#gkIs-gk-is-228 .gkIsThumbnailsWrap ul {width: 226px; }

... but i don't know were to find it...

can you help me?

Luke
User avatar
Senior Boarder

GK User
Mon Feb 13, 2012 3:03 pm
no idea to fix it?

Luke
User avatar
Senior Boarder

GK User
Mon Feb 13, 2012 3:21 pm
Hi

Please try adding this line instead on override.css file:

Code: Select all
.gkIsWrapper-gk_eSport .gkIsThumbnailsWrap ul {width: 100%!important;}
.gkIsWrapper-gk_eSport .gkIsThumbnailsWrap ul li {background-image: none}


Delete the provided one.

Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Feb 14, 2012 11:07 am
yesssssss.... it works!!! :D

thanks! Luke
User avatar
Senior Boarder


cron