• Resolved rickyvernio

    (@rickyvernio)


    The text font size is fine for the desktop. However, when I use my phone to look at it, the horizontal view is fine, but in the vertical view the font changes to small and difficult to read. What gives?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi, @rickyvernio!

    Thank you for using Neve!

    I tried to replicate your issue but the font size on your site seems to be alright even in mobile view. However, it is possible to change the font size only for mobile devices by going to Customizer -> Typography -> General, selecting the “Mobile” option near “Font Size” and configuring the size as you please. You can find an example here.
    Also, if your page is created with Elementor, you can change the font size for mobile devices by opening the Editor and clicking on the text that you want to modify. Then you can go to Style -> Typography, select the “Mobile” option near “Size” and adjust the size as you wish. You can find an example here.

    Let me know how this worked for you!
    Have a nice day!

    Thread Starter rickyvernio

    (@rickyvernio)

    Hi @luciamarinescu !

    In mobile view, when your phone is positioned vertically (portrait), the font size is ridiculously small. When you turn the phone horizontally (landscape), the font size is the way I see it when I bring it up in Elementor, in mobile view. In Elementor, everything’s just fine. But not in real life for some reason.

    It should be possible to make the font bigger also from the Customizer, not just in the Elementor Editor, by going to Customizer -> Typography -> General, selecting the “Mobile” option near “Font Size” and configuring the size as you please. You can find an example here. Please make sure you select the “Mobile” option when configuring the font size.

    If neither this works, please insert the following code in the Additional CSS section within the Customizer.

    @media(max-device-width: 520px) {
    p
    {
    font-size:25px;
    }
    }

    Thank you and have a nice day!

    Thread Starter rickyvernio

    (@rickyvernio)

    @luciamarinescu

    The latter works perfectly!

    Thank you ever so much!

    Hi, @rickyvernio!

    I am glad it worked! It would be really helpful for us if you could mark this thread as resolved.
    Feel free to reach out anytime you encounter any issue!

    Thank you and have a nice day!

    Thread Starter rickyvernio

    (@rickyvernio)

    Once again, thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mobile font size changes in vertical position’ is closed to new replies.