Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #470582

    One one web page some of the h2 text is not responsive, even though the sentences can easily split in between words to fit the view width on a mobile phone.

    #471089

    Hi m!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .avia_textblock h2 {
      font-size: 30px!important;
    }}

    Regards,
    Yigit

    #471437

    Thank you!! :)
    Resolved.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘h2 text is not responsive’ is closed to new replies.