• Page with issue: https://5e0.bd5.myftpupload.com/board-members/

    I have 2 break points that change layout. No problem.

    My font sizes are set at both break points to remain the same, with these styles:

    #main-content .board-group-members p {
    padding-bottom: 10px !important;
    font-size: 17px !important;
    line-height: 21px !important;
    }
    #main-content .board-group-members li,
    #main-content .board-group-members ul {
    font-size: 12px !important;
    line-height: 16px !important;
    }

    When I check them in Firebug at various responsive modes, the font size difference between text and lists looks as expected.

    When I check them on my iPhone, in portrait view the font sizes look as expected. But in landscape view, there is no difference in font size between p and the bulleted lists. It seems to ignore my font-size style — and just font-size, ie color can be set no problem.

    Any help would be greatly appreciated.

    • This topic was modified 8 years, 1 month ago by scorendesign.
    • This topic was modified 8 years, 1 month ago by scorendesign.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘iPhone landscape font sizing issue’ is closed to new replies.