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~~ Reply To: White space in mobile view~~

#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; }
}