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

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #268474
    Laszlo
    Participant

    How to make an already finished

    <

    nav> responsive using @media ?

    https://codepen.io/laszloboruzs26/pen/rdjyar

    #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;
      }  
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design’ is closed to new topics and replies.