Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #717591

    The heading text on the desktop looks good. But on a mobile device it’s huge.
    How do you make the mobile headings smaller?

    #718385

    Hey jackiejackiejackie,

    use this code inside Quick CSS field:

    @media only screen and (max-width: 767px) {
    h1.av-special-heading-tag {
    font-size: 25px !important;
    }}

    and adjust as needed.

    Best regards,
    Andy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.