Forums

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

Home Forums CSS Bootstrap Nav List "Indent Sub Menu Links" Reply To: Bootstrap Nav List "Indent Sub Menu Links"

#235431
Paulie_D
Member

Indented how…?

You mean like this?

http://codepen.io/Paulie-D/pen/BoXgbj

I just specified increased padding-left on submenu links

.nav-list > li > ul > li a {
  color: #C4C4C4;
  font-size: 14px;
  padding-left: 26px !important;
  border-bottom: 1px solid #585858;
}