Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Unable to get bootstrap tabs and pills to work #156019
     labber
    Participant

    This is the specific code I’m having an issue with. I’ve also noticed other bootstrap styles not working such as .list-unstyled.

    COPY CODE
    <ul class="nav nav-pills">
      <li class="active"><a data-toggle="pill" href="#home">Home</a></li>
      <li><a data-toggle="pill" href="#menu1">Menu 1</a></li>
      <li><a data-toggle="pill" href="#menu2">Menu 2</a></li>
    </ul>
    
    <div class="tab-content">
      <div id="home" class="tab-pane fade in active">
        <h3>HOME</h3>
        <p>Some content.</p>
      </div>
      <div id="menu1" class="tab-pane fade">
        <h3>Menu 1</h3>
        <p>Some content in menu 1.</p>
      </div>
      <div id="menu2" class="tab-pane fade">
        <h3>Menu 2</h3>
        <p>Some content in menu 2.</p>
      </div>
    </div>
Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?