forum

Home / DeveloperSection / Forums / How to fix bootstrap tab Vertical with text?

How to fix bootstrap tab Vertical with text?

Anonymous User376410-Feb-2015

Hello I’m using bootstrap vertical tabs

Here is my code:

<divclass="row">
    <divclass="col-md-3">
        <ulclass="nav nav-tabs tabs-left">
            <liclass="active"><ahref="#home-v"data-toggle="tab">Home</a></li>
            <li><ahref="#profile-v"data-toggle="tab">Profile</a></li>
        </ul>
    </div>
    <divclass="col-md-9">
        <divclass="tab-content">
            <divclass="tab-pane active"id="home-v">Home Tab.</div>
            <divclass="tab-pane"id="profile-v">Profile Tab.</div>
        </div>
    </div>
</div>

Screenshot:

How to fix bootstrap tab Vertical with text?

My question is that, I’m want to set the orientation vertically of this tab with text. How is it possible?

Thank you in advance.


Updated on 10-Feb-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By