lang module (Flags) on iPad

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 Dec 04, 2013 8:44 am
Reply with quote
Report this post
Hi
I've mananged to move the lang module position to the top of the screen next to the login button and all works well - Except when viewing the site from an iPad, then the lang module (Flags) just don't show up thus one can't switch languages.

Test site

Any help will be appreciated.
User avatar
Fresh Boarder

GK User
Wed Dec 04, 2013 9:34 am
Reply with quote
Report this post
Please add this code to tablet.css file in root/templates/gk_template_name/css directory :
Code: Select all
div.mod-languages { left: auto}
User avatar
Platinum Boarder

GK User
Wed Dec 04, 2013 12:50 pm
Reply with quote
Report this post
It's not working...

this is the code i've got in my override.css - could the problem be there?
Code: Select all
div.mod-languages {
    left: 50%;
    margin-left: 575px;
    position: fixed;
    top: 19px;
    z-index: 10000;
}
User avatar
Fresh Boarder

GK User
Sat Dec 07, 2013 1:41 pm
Reply with quote
Report this post
Please only tell me which iPad did you use or what is real screen resolution, probably there is kind of overflow and the buttons are hidden by another container.
User avatar
Platinum Boarder


cron