Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8362697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T11:59:59+00:00 2026-06-09T11:59:59+00:00

I am using twitter bootstrap. Here is my code: <div class=control-label> We <div class=btn-group>

  • 0

I am using twitter bootstrap. Here is my code:

<div class="control-label">
    We
    <div class="btn-group">
        <a href="javascript:;" data-toggle="dropdown" class="btn dropdown-toggle">
            <span>search</span>&nbsp;&nbsp;<span class="caret"></span>
        </a>
    </div>
    Something
</div>

http://jsfiddle.net/3j7QP/

How can I make the texts and the button appear in one line aligned to the left using thw twitter bootstrap classes?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T12:00:00+00:00Added an answer on June 9, 2026 at 12:00 pm

    Classes only

    Btn toolbar

    If you want to stick strictly to classes, you can try .btn-toolbar but you won’t have the vertical alignment.

    Demo btn-toolbar

    <div class="control-label btn-toolbar">
        <!-- ... -->
    </div>
    

    Floating

    Floating doesn’t seem to be an appropriate solution because you loose the line continuity. So you shouldn’t use .pull-left.

    CSS

    Otherwise there are several solutions :

    No btn-group

    First of all you could remove the div.btn-group since apparently you are not using it.

    Demo no div

    Inline blocks

    Or you could use display: inline-block; on all elements (but you should enclose text in blocks).

    Demo inline blocks

    .myClass > div {
        vertical-align: middle;
        display: inline-block;
    }
    
    <div class="control-label myClass">
        <div>We</div>
        <div class="btn-group"><!-- ... --></div>
        <div>Something</div>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Twitter Bootstrap's bootstrap-tab.js, I have: <ul class=tabnavcenter id=myTab> <li class=active><a href=#home data-toggle=tab>about</a></li> <li><a
I'm using Twitter Bootstrap. The alert HTML code is: <div class=alert alert-block> <a class=close
I am using Twitter bootstrap modals To load data from a table. Here is
I have the following markup using a twitter bootstrap modal plugin: <div class=tabbable> <ul
I'm creating a dynamic responsive week calendar, using Twitter Bootstrap . Here's my current
Using Twitter Bootstrap's [Tabbable Tabs][1], it says to: Enable tabbable tabs via javascript (each
I am using twitter bootstrap and I would like a container div to stretch
I have problem getting the dropdown menu to work using Twitter's Bootstrap. Here's my
I'm using twitter bootstrap . I have a div with 25 px padding. I
I'm trying to do an image group with fancybox (I'm also using twitter bootstrap,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.