Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #686458

    HI,
    I have a problem with special heading. I inserted some special headings on color section and on mobile devices doesn’t resize.
    Thanks in advance,
    Rosa

    #686461

    Hi pinkabbestia!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 1024px) {
    .rv-av-special-heading-tag h1 {
        font-size: 80px!important;
    }}
    @media only screen and (max-width: 767px) {
    .rv-av-special-heading-tag h1 {
        font-size: 60px!important;
    }}
    @media only screen and (max-width: 480px) {
    .rv-av-special-heading-tag h1 {
        font-size: 20px!important;
    }}

    and adjust as needed

    Cheers!
    Yigit

    #686499

    love you!
    Thanks
    Rosa

    #686500

    Hi!

    Love you too!
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Special Heading upon color section doesn't resize on mobile’ is closed to new replies.