• Resolved Jackyboy

    (@seechans)


    Hello!

    I am trying to adjust the text size below the icons that is in the bottom toolbar coz the texts are not showing properly when user changes the font size of Android phone setting.

    If there is anyone who faced this problem or having idea, please help me:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AmauriC

    (@amauric)

    Hi ??

    Try to add these CSS rules from the wpmobile plugin > CSS and Javascript > In the app > CSS:

    i.f7-icons.wpapp_tabbar {
    font-size: 18px;
    }
    span.tabbar-label.wpapp_tabbar {
    font-size: 11px;
    }
    .tabbar-labels .tabbar-label {
    line-height: 2!important;
    }

    Thread Starter Jackyboy

    (@seechans)

    Thanks AmauriC!

    It works perfectly!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘adjust text size of bottom toolbar menu’ is closed to new replies.