Problem in Header I scroolling images

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Sep 08, 2014 3:51 pm
Reply with quote
Report this post
Hi,

I have a problem in Header I scroolling images, when adding more then six images in data-slides parameter, as you can see in http://scmpenacova.pt/home

With data-slides<=6 all works fine!

Thanks in advance.
User avatar
Junior Boarder

teitbite
Wed Sep 10, 2014 10:02 am
Reply with quote
Report this post
Hi

Please send me an access to ftp. I need to try couple of things to fix it.
User avatar
Moderator

teitbite
Thu Sep 11, 2014 9:08 am
Reply with quote
Report this post
Hi

You have removed the 7th slide, so I could not see if this fix works, but I think problem is that it was not designed for as many slides and there is no code for that yet. I've added this to override.css so You can try with 7 slided again.

Code: Select all
.gk-header1 .gk-tablet[data-slides="7"] img {
    width: 14.28%;
}

.gk-header1 .gk-tablet[data-slides="7"] > div > div {
    width: 700%;
}
User avatar
Moderator


cron