Forums

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

Home Forums CSS Troublesome nav bar dropdown styles Reply To: Troublesome nav bar dropdown styles

#241133
Senff
Participant

It didn’t change anything because the change that Paulie suggested isn’t there; it’s still the old code at http://aaronhaas.com/ben/assets/css/style.css, line 673:

@media screen and (min-width: 768px){
  .site-nav li{
    float:left;
    /*padding:10px 8px;*/
    padding:0px;
  }