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

    Hi,

    I have a heading in a section with a background image. When I view this page on my mobile (in portrait form), the heading is getting cut out.
    Can you please suggest what code should I use to make the entire heading appear on the screen.

    Link –

    Thanks.

    #814575

    Hey vaibhavbhutoria,

    Try adding the following to quick css:

    @media only screen and (max-width: 767px){
    #top #wrap_all .av-inherit-size h2.av-special-heading-tag {
        font-size: 0.5em!important;
    }
    }

    Best regards,
    Jordan Shannon

    #814712

    Thanks a ton, it worked :)

    Topic can be closed now.

    #814746

    Hi,

    Great! If you need additional help, please let us know here in the forums!

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Making heading in a section responsive on mobile’ is closed to new replies.