Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter paulpetch

    (@paulpetch)

    Hello. Do you offer any support at all?

    Theme Author Anders Norén

    (@anlino)

    Hi @paulpetch,

    I do, but I don’t give any guarantees on response time.

    You can change the font size of the front page title by going to Appearance → Editor, where you click the preview to the right, select the title element, and select a smaller font size in the Block → Styles → Typography settings on the right.

    — Anders

    Thread Starter paulpetch

    (@paulpetch)

    Thanks. Adjusting size via website editor is not a solution. Even your own demo does not adjust text size on mobile.

    If you add

    @media only screen and (max-width: 481px) {
    h1 {
    font-size: 40px;
    }}

    …fixes it. Maybe this can be added to a future update.

    • This reply was modified 10 months ago by paulpetch.
    Thread Starter paulpetch

    (@paulpetch)

    An update. Turning all plugins off then on and off then on fixes this issue. No idea why. I’m just stoked to be able to add call to action buttons in the navigation.

    Thread Starter paulpetch

    (@paulpetch)

    Please ignore my last comment it was posted in the wrong thread.

    Adding @media?only screen and (max-width: 481px) {
    h1 {
    font-size: 40px;
    }}

    Is the solution.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header text a mess on mobile’ is closed to new replies.