Okay
  Public Ticket #591988
H1 Title Doesn't WOrk
Closed

Comments

  • Mikeal started the conversation

    The h1 title in the Visual Composer doesn't make the words h1 size unless you also set it in the text editor. After that, the text is too large for a mobile screen and runs off the edge. Is there some way to automatically resize the text size on a mobile device so it fits better?f

  •  1,795
    Support replied

    Hi there, make sure that in classic text editor the h1 titles don\'t have any empty spaces or line breaks around them, then wordpress will add paraggraphs and that will alter the layout.

    check that first.

    if you still encounter problems send us the page url and the wp admin credentials to have a look

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Mikeal replied

    The issue just seems to be that h1 does\'t automatically adjust the size for smaller screens.

  •  1,795
    Support replied

    Hi there you can try adding media queries for h1

    @media (max-width: 700px) {

    h1 {

    font-size: 48px;

    }

    }

    set the size to 34px for example

    in theme options -> styling options -> custom css

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Mikeal replied

    Worked great, thanks!