How to change the size of slideshow in header1 module?

Gamebox - especially created support forum for Joomla 1.6
GK User
Thu Jun 07, 2012 8:35 am
I've searched tirelessly for the code responsible for this and can't seem to find it. Where is the code responsible for allowing me to have a slideshow that is the length of the site? It's #gkheader1, but I can't seem to find it after I inspect element.. any idea?
User avatar
Gold Boarder

GK User
Thu Jun 07, 2012 9:18 am
Well at default #gkHeader1 is 67% of the width of whole website. If you don't have anything next to slideshow module ( e.g gkHeader2 ) then you can use override.css with following css code. Make sure to enable css override from template settings > advanced settings.

Code: Select all
#gkHeader1 { width: 100%!important; }


Then go into image show module settings > interface and increase width.

See you around...
User avatar
Platinum Boarder

GK User
Thu Jun 07, 2012 3:39 pm
NormanUK, I love you. Thanks for the response and help!
User avatar
Gold Boarder

GK User
Fri Jun 08, 2012 1:11 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron