Image show pro - alignment slider

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Wed Jun 20, 2012 10:50 pm
Hi,

I'm using the Image Show GK4. I just want to show images of my sponsors (using model style GK_Coffe) in the center of the module. Now it's appearing at the left and I'm unable to change it.

Can anyone help?

see: http://shared2.isq.aleto.nl/~c8799wtr/
User avatar
Junior Boarder

GK User
Wed Jun 20, 2012 11:59 pm
If its the images on right then you can use below css in override.css file and enable the setting from template settings advanced settings. This will only effect module id 159.

Code: Select all
#gkIs-gk-is-159 { width: 275px!important;}
#gkIs-gk-is-159 .gkIsImage {width: 100%!important;}
#gkIs-gk-is-159 .gkIsImage .gkIsSlide {position: relative!important;left: none!important;margin-left: auto;margin-right: auto;}


See you around...
User avatar
Platinum Boarder

GK User
Thu Jun 21, 2012 1:35 pm
Thanks, it works.
User avatar
Junior Boarder

GK User
Thu Jun 21, 2012 8:49 pm
No problem at all, see you around...
User avatar
Platinum Boarder

GK User
Wed Jun 27, 2012 12:50 pm
Hi,

There's still a little problem in the alignment. Al the images are aligned well except the first one. This one shows at the left and not in the center.

I did put in this code:

Code: Select all
#gkIs-gk-is-159 { width: 275px!important;}
#gkIs-gk-is-159 .gkIsImage {width: 100%!important;}
#gkIs-gk-is-159 .gkIsImage .gkIsSlide {position: relative!important;left: none!important;margin-left: auto;margin-right: auto;
User avatar
Junior Boarder

GK User
Fri Jun 29, 2012 12:17 am
Please also add following to your css code.

Code: Select all
#gkHeaderModule2 .gkIsWrapper-gk_coffe {float: none !important;margin-left: auto;margin-right: auto;}


See you around...
User avatar
Platinum Boarder

GK User
Tue Jul 03, 2012 11:25 am
It did move to the right a little, but not to the center.
Strange is the fact that when the first logo is showing again it is aligned in the center!?
User avatar
Junior Boarder


cron