Okay
  Public Ticket #350701
Body font size
Closed

Comments

  • Sanjay started the conversation

    Hi. On my iPhone the body text enlarges to a size bigger than H4 when you either change the direction you're holding the phone (sideways), or hit an accordion button or something like that. Any ideas why this is happening?

  • Sanjay replied

    You can see it well on this page http://phoenixyogastudios.com.au/information-etiqu...

    The body text within the coloured blocks (pink, blue and green) changes size when you tilt the phone sideways...

  •  8,849
    Tahir replied

    Hey!

    I cant seem to recreate the issue. Please try using Better WP Minify Plugin. bwp-minify is what we use and there's not much work you have to do. The only thing you'll need to do is remove font awesome from the minification


    http://i.imgur.com/BfjmlIq.png but all of the JS will work by default :)

    Thanks 


    ThemeNectar Support Team 

  • Sanjay replied

    Hi. Installing that plugin didn't change anything. I'm not sure why it doesn't do it for you, are you using an iPhone?

  •  8,849
    Tahir replied

    Hey Again!

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user only..
    Thanks 


    ThemeNectar Support Team 

  •   Sanjay replied privately
  •  1,075
    ThemeNectar replied

    Hey,

    Unfortunately I haven't been able to replicate this yet - could you please let me know what iPhone version and browser you're using?

    Cheers

  • Sanjay replied

    How strange. I'm using iPhone 5 with the latest software update 8.1.2

  •  1,075
    ThemeNectar replied

    Try adding this into the custom css box in the Salient options panel and adjusting as needed:

    @media only screen and (max-width: 1000px) and (min-width: 500px) {
      body p, body p span {
       font-size: 16px!important;
    }
    }
    

    Cheers

  • Sanjay replied

    Hey, that has changed the size of the body font when turning my iPhone sideways which is great (I've set it to 12px). It's when I turn my iPhone back upright that the font goes large (which is actually bigger than 12px). Try doing that and see if you can the same result.

  •  8,849
    Tahir replied

    Hey Again!

    Try this instead:

    @media only screen and (max-width: 1000px) and (min-width: 0px) {
      body p, body p span {
       font-size: 16px!important;
    }
    }

    Thanks


    ThemeNectar Support Team