Viewing 1 replies (of 1 total)
  • Hello, Ellinor:

    I am not the theme developer but I have had the same issue. I found that styling fonts using the “vw”, which is a percentage, rather than “px”, will scale the font to the page space. Although the line-heights for the .entry-title and the breadcrumb line are somewhat inelegant in the small screen mobile device layout, you will see that your text will no longer overlap. You could also use CSS in your child theme to place the entry title and breadcrumb text at the same baseline if you want to really refine the layout.

    Add the following to your child theme css (do NOT add the opening and closing “/* */”):

    /* .entry-title {
    font-size: 5.5vw;
    margin-bottom: .55em;
    } */

    I hope that helps!

    Best,
    Eric

    • This reply was modified 8 years, 1 month ago by ericsarts. Reason: forgot to open and close with /* */ for code
Viewing 1 replies (of 1 total)
  • The topic ‘Text overlapping in the "header" for a page’ is closed to new replies.