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"

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

    I am trying to add some padding / margin to my sub menu link on my bootstrap nav list but for some reason the sub menu links all way looks very even.

    I just need to be able to make them indented a bit on each level

    What is the best solution for it?

    http://codepen.io/riwakawebsitedesigns/pen/XmvOvp

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