Users Pricing

forum

Home Forums How to fix bootstrap tab Vertical with text? – MindStick

How to fix bootstrap tab Vertical with text?

Anonymous User 4439 10 Feb 2015

Hello I’m using bootstrap vertical tabs

Here is my code:

<div class="row">
    <div class="col-md-3">
        <ul class="nav nav-tabs tabs-left">
            <li class="active"><a href="#home-v" data-toggle="tab">Home</a></li>
            <li><a href="#profile-v" data-toggle="tab">Profile</a></li>
        </ul>
    </div>
    <div class="col-md-9">
        <div class="tab-content">
            <div class="tab-pane active" id="home-v">Home Tab.</div>
            <div class="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.


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md