Forums

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

Home Forums Design How to make responsive using @media Reply To: How to make responsive using @media

#268621
JeroenR
Participant

You already have a couple of media queries in your stylesheet.
Just add some styling for the navigation in there.

for example:

 nav ul {width: 100%;}
  nav li {
    display: block;
  }