Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

anybody had an idea why the btn-nav supposed to show only when the screen is down sized is always showing in my page. here is the code:

<div class="nav navbar-inverse navbar-fixed-top">
  <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>
      <a class="brand" href="./index.html">Bootstrap</a>
      <div class="nav-collapse collapse">
         <jdoc:include type="modules" name="position-1" style="none" />
      </div>
    </div>
  </div>
</div>
share|improve this question
Is the CSS loading? – merv Oct 23 '12 at 22:49

1 Answer

Go to "Extentions" -> "Module manager". Find your module and edit it. On tab "Options" ->"Advanced parameters" clear inputs "Menu Class Suffix" and "Module Class Suffix". Click "Save" and enjoy it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.