Forums

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

Home Forums CSS [SOLVED] How can I get all nav links align to the left?

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

    I’m customizing a theme, but I ended up overwriting it somehow, and now I can’t remember how I did it.
    What I had before was on mobile all the navigation will be aligned all to the left, then I had – in front of the child links. Then — for sub child links.

    http://personalstylist.ca/temp/

    #191021
    John
    Participant

    Ok I figured out it.

    @media (max-width: 767px) {
        .nav-primary ul {
        padding:0;*/
        margin:0;*/
      }
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.