Forums

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

Home Forums CSS Footer Boot Strap Question Help.

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #144818

    Hello just staring out on the twitter bootstrap so much easier but I have a problem I am trying to figure out.

    I have three span3 that I am using in boot strap each are un-ordered list “UL”.

    But background of navbar still shows in my footer columns when at desktop view. Need it to only show when smaller screens

    <div class=”row”>
    <div class=”span3″>
    <div class=”navbar navbar-inverse”>
    <div class=”navbar-inner”>
    <div class=”container”>
    <button type=”button” class=”btn btn-navbar” data-toggle=”collapse” data-target=”.nav-collapse”>
    <span class=”icon-bar”></span>
    <span class=”icon-bar”></span>
    <span class=”icon-bar”></span>
    </button>
    <h3 class=”active”>Information</h3>
    <div class=”nav-collapse navbar-inverse collapse”>
    <ul class=”unstyled”>
    About
    Contact

    </div>
    </div>
    </div>
    </div>
    </div>

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.