Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #746068

    Hi
    I searched through the topics but could not find a solution for my issue.

    I added a text widget in my header, however, when viewing on iPhone and iPad, the text it too big.

    Getting to launch by next weekend, how can I resolve this?

    Here’s the website link: https://silviafindings.wpengine.com/

    Thank you
    Lyse

    #747646

    Hey

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 990px) {
    #header .textwidget h1 {
        font-size: 26px!important;
    }}
    @media only screen and (max-width: 480px) {
    #header .textwidget h1 {
        font-size: 22px!important;
    }}
    

    Best regards,
    Yigit

    #747797

    HI Yigit,

    That worked well.

    Thank you very much.

    Lyse

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Responsive text sizing’ is closed to new replies.