Okay
  Public Ticket #1440654
<h> Font Sizes on Tablet (portrait mode)
Closed

Comments

  •  2
    HL started the conversation

    Hi there at Kalium

    I noticed that on a Tablet (iPad Pro 9.7") the font sizes I set for h1, h2, h3 are not  being applied in portrait mode. It takes the values from Mobile instead.

    In landscape mode it seems to work fine.

    That seems a bug to mee ...

    How can I (or you) change that?

    Thanks for your help.

  • [deleted] replied

    Hi HL,

    I can see the bug but i can't give you quick fix inside the theme but i can give a bit of Custom CSS to fix the issue.

    1) Remove the settings of Heading from TypoLab

    2) Read the article How to add Custom CSS to your site.

    3) Paste the code below to in Custom CSS Section.

    @media screen and (min-width: 1024px){
        h1 {
            font-size: 35px;
        }
    }
    @media screen and (max-width: 1023) and (min-width: 992px){
        h1 {
            font-size: 30px;
        }
    }
    @media screen and (max-width: 991px) and (min-width: 768px){
        h1 {
            font-size: 25px;
        }
    }
    @media screen and (max-width: 767px){
        h1 {
            font-size: 20px;
        }
    }
    

    For sure you can add H2, H3 and H4 and more inside this media query block.

    Thank you.

  •  2
    HL replied

    Hi Eroll

    Thanks for your answer.

    I'm aware that the issue can be solved with Custom CSS.

    But still: Is this issue going to be addressed for further releases? The TypoLab settings are very useful – if they work properly.

  • [deleted] replied

    Hi HL,

    For sure i will address the issue to the dev team and we will discuss with them this change i know, I can understand how important this is for us and for all our clients.

    Do you need any further help on this?

    Thank you.

  • [deleted] replied

    Hi HL,

    We were able to find the fix and i have applied to your Kalium Theme, please try it and let us know

    Thank you.

  •  2
    HL replied

    Hi Eroll

    It seems to work fine now. Thanks!

    Will the fix be applied to the next version of Kalium?

    Or can I apply it to other Kalium websites (other than my test website on which you applied the fix) right now?

    Best regards

  • [deleted] replied

    Hi there,

    Next update will include the fix.

    I can help u to override the file if is case u wana go live.

    Thank you.