Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #408735

    Hello Enfold,
    On tablet the words in a special heading format get cut off when they reach the end of a column.
    I would prefer that the heading would scale with the column if thats is possible.
    Or at least add a return so the sentence runs over 2 lines.
    Thank you!

    #408911

    Hi emilcobussen!

    Can you post a screenshot and show the issue please? I tried going to mentioned page and resizing browser window but i cannot reproduce the issue.

    Regards,
    Yigit

    #408945
    This reply has been marked as private.
    #408971

    Hi!

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

    @media only screen and (max-width: 1270px) and (min-width: 990px) {
    h5.av-special-heading-tag {
      font-size: 12px;
    }}

    Regards,
    Yigit

    #409735
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile, Special Heading broken’ is closed to new replies.