• Just looking for help on my page which is
    https://www.braydonvophysio.com.au (this way you can see what my issue is)

    I am unable to adjust the big heading which appears in the middle of the screen on the home page. It appears fine on web browsers when using the PC or tablet due to screen size. However, when I go to open it on a mobile it cuts off the start and end parts of the words.

    How am I able to change the coding to either adjust for this or make it smaller.

    Thanks

Viewing 1 replies (of 1 total)
  • It should be fixed if you add this rule to your css-code (you can add it in customizations – css):

    @media screen and (max-width:400px){
    .site-title{
    font-size: 25px;
    }
    }

    This way you get a smaller font size for screens with a width up to 400px.

    Hope this helps.

    Lille Ulven

Viewing 1 replies (of 1 total)
  • The topic ‘Adjust Heading Size on Home Page’ is closed to new replies.