Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS White space in mobile view~~

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #242532
    jasper
    Participant

    Hi my website is
    http://learnersedge.co/
    it works normal for the web view.
    but in mobile view, i hide the video so left with a white space.
    please advise me. Thanks advance.

    #242533
    giudev
    Participant

    Hi,

    you need to hide also the div #polina.

    So edit your css in this way

    @media only screen and (max-width: 960px) {
        #bgvid, #video, #polina { display: none; }
    }
    
    #242534
    jasper
    Participant

    Yay! It worked! Thank you soooo much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.