GavickPro / Meet-GavernWP

Meet GavernWP is a responsive free Wordpress theme
35 stars 23 forks source link

Small fix for the mobile menu #228

Closed dziudek closed 11 years ago

dziudek commented 11 years ago

We need to add in the:

#gkMobileMenu select

property:

font-size:50px;

then the problem after selecting anchor from mobile menu on small screens will dissapear, because iOS doesn't zoom the screen for text bigger/equal than 50px.

dziudek commented 11 years ago

Even better solution - just add:

body[data-mobile="true"] #gkMobileMenu select {
    font-size: 50px;
}

then the select text won't be scaled on the desktop devices ;)

dziudek commented 11 years ago

Added data-mobile attribute: https://github.com/GavickPro/Meet-GavernWP/commit/a4cb149f300f64b0db78f0d14190fde52390ce49