GK Module -- Spheres in iPad

GK User
Fri Apr 15, 2016 10:50 pm
Greetings

We have a problem with the module GK on iPad.

Please check the attach. In Vertical mode, the spheres are shown very strange. In horizontal mode is shown very well.

If you see, we have two GK modules with spheres in our home page and the next GK module, the Black works very well in vertical.

Please help. We have a event soon and our customers is reading our site.

Thanks
User avatar
Expert Boarder

GK User
Fri Apr 15, 2016 11:15 pm
User avatar
Expert Boarder

teitbite
Tue Apr 19, 2016 10:00 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:840px) {
.gkNspPM figure:nth-child(2n+3) {
clear: both;
}
}
User avatar
Moderator


cron