Problems to hide onlymobile module Top1 position

GK User
Mon Sep 22, 2014 7:53 am
Hello,
I've published 2 modules on Top1 position, one for desktop view (with notablet suffix) and one for mobile view (onlymobile suffix).
Mobile views looks great, hiding desktop module, but in desktop view, Top1 position is split at 50% (seems Top1 is in 2 colums) , on the left is showing desktop module, at right is display nothing (blank), but taking other 50% of total width.

can you take a look?
site is http://lemaxcooperativa.com
User avatar
Expert Boarder

GK User
Mon Sep 22, 2014 6:16 pm
Its because the way classes are generated - if you place 2 modules the expect to both be visible - so taking 50% of width.
But it can be fixed fast... Please edit: /templates/gk_events/css/override.css and add at its end:
Code: Select all
#gkTop1.gkCols3 .box.gkmod-2 {width: 100%}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Sep 22, 2014 6:19 pm
Thanks!
User avatar
Expert Boarder


cron