Forums

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

Home Forums CSS SideNav: 'push in' desktop, 'overlay' mobile Reply To: SideNav: 'push in' desktop, 'overlay' mobile

#264637
Beverleyh
Participant

To overlay, null/don’t use the left margin here;

#secret-checkbox:checked ~ .content{
  margin-left: 150px;
}

You’ll need to use a media query to change the behaviour at whatever mobile/desktop threshold you see fit.