Tabs GK5 on mobile device

Tabs module is the easiest and convenient way to create tabs in Joomla website with powerful features like JSON or XML support.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Jan 08, 2014 5:00 pm
Hi,
I used Tabs GK5 on a Joomla 2.5 Website with two tabs.
Everything works fine on a desktop, but on a mobile device like iPhone it only shows the first Tab.
The second one isn´t shown.
Any help here?

Thanks in advance
User avatar
Junior Boarder

teitbite
Wed Jan 08, 2014 5:04 pm
Hi

Please show me an exact url of a page where I can see this tabs.
User avatar
Moderator

GK User
Wed Jan 08, 2014 5:05 pm
sent via skype
User avatar
Junior Boarder

teitbite
Wed Jan 08, 2014 5:07 pm
Hi

I see You've send me an url via Skype. Please add this code to override.css:

Code: Select all
.gkTabsWrap ol,
#ui-tabs ul#tabs {
    overflow: visible;
}


Remember that override needs to be enabled in template settings.
User avatar
Moderator

teitbite
Wed Jan 08, 2014 5:14 pm
Hi

Sorry, small fix after I saw the last code in action. Please use this instead:

Code: Select all
.gkTabsWrap ol, #ui-tabs ul#tabs {
    overflow: visible !important;
}
User avatar
Moderator

GK User
Wed Jan 08, 2014 5:15 pm
perfect, now it works.
thanks again for your really fast help!
User avatar
Junior Boarder

teitbite
Thu Jan 09, 2014 4:21 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron