Viewing 1 replies (of 1 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hello There,
    Pleasant Greeting!

    For this simply you can use this CSS code.

    (1) For a mobile view, you should add this code.

    .heading-section {
        overflow: hidden;
    }

    (2) For Ipad view,you should replace this code with (3) one.

    @media only screen and (max-width: 1024px) and (min-width: 767px)
    #wrapper .leadsurf-front-bgimg img {
        max-width: none;
    }

    (3) You should use this code for (2).

    @media only screen and (max-width: 1024px) and (min-width: 767px)
    #wrapper .leadsurf-front-bgimg img {
        max-width: 100%;
    }

    Regard,
    Tanay Khandelwal

Viewing 1 replies (of 1 total)
  • The topic ‘How do I change the mobile view’ is closed to new replies.