Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #567363

    Hi,

    it seems that the fonts use in headers do not response to smaller screen. is ther eany hack we should use?

    I cam across this. Would this work as an option or do you have better option to reduce the font size once the screen resizes.

    h1 {
    font-size: 5.9vw;
    }
    h2 {
    font-size: 3.0vh:
    }
    p {
    font-size: 2vmin;
    }

    Thanks.
    D

    #567439

    Hi dhuet!

    I think you need to work with media queries. Send us a precise link and we’ll take a look.

    Regards,
    Andy

    #572397

    here is an example

    #572437

    Hi!

    Yes, you can use the provided code to work on the htitles of your page.
    To target all of them, you can also use h1 *, adding the * will help you overwritte any other option.

    Let us know if you have more questions for us!

    Cheers!
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.