• Resolved leokoltm

    (@leokoltm)


    On the page CSS Snippet in Support Forum has “Post / Page Title – Reduce Font Size”. With this you can reduce the font size of the title, but on mobile devices increases the font size names . How to fix it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Try the following instead:

    @media all and (min-width: 800px) {
    
      .singular .entry-title {
        font-size: 24px;
      }
    }

    This will delay the size from being affected until the screen is 800px or wider.

    Thread Starter leokoltm

    (@leokoltm)

    Thank you very much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Title’ is closed to new replies.