Slideshow (GK Tab Manager)

GK User
Fri Mar 04, 2011 12:47 pm
Hi there,
i´d like to modify the slideshow of the template penguin mail.

which files have to be changed? the prev and next buttons shouldn´t be displayed below the picture but on it. and the picture (including the shadow) should be as wide as the navigation. i hope you understand what i mean :)


this is how it looks like at the moment ...

slideshow2.jpg



but it should look like this ...

slideshow.png



thank you for your help :)
miri
User avatar
Senior Boarder

GK User
Fri Mar 04, 2011 2:25 pm
Concerning the positioning of the tab-buttons:

did yout take a look into gk_stuff.css (Line 197)?

There you can play around with the margin (first value). This will bring the whole thing up. -80 seems to fit..

Code: Select all
div.gk_tabs {
    margin: -80px 0 45px;
    text-align: center;


Concerning the positioning of the images:

It´s again in gk_stuff.css ( Line 194). Here you can change margin value to e.g. -10.

Code: Select all
div.gk_tab_container1-style1 {
    margin: 0 20px 0 -10px;
    overflow: hidden;


The result should look like in the image attached
User avatar
Senior Boarder

teitbite
Mon Mar 07, 2011 12:03 am
Hi

Please confirm that what mprivat said was helpful for You. Otherway I'll come with some different solution.
User avatar
Moderator

GK User
Mon Mar 07, 2011 7:58 am
Hi there,
mprivats solution seems to work! :) but i intent to test it in different browsers.
may you post your solution too?

thank you,
miri
User avatar
Senior Boarder

teitbite
Tue Mar 08, 2011 8:38 am
Hi

I do not have one yet, but if the problem will be still active than I'll think of something :)
User avatar
Moderator

GK User
Wed Mar 09, 2011 7:26 am
hi teitbite,
i´ve tested the website in different browsers and the solution of mprivat seems to work :)

thank you and have a nice day!

miri
User avatar
Senior Boarder

teitbite
Sat Mar 12, 2011 4:32 am
Hi

Great. I got to write it down also :)
User avatar
Moderator


cron