• Call Us: 0111 222 333
  • Mail: info@domain.com
  • Register
Login
p-opt.com
  • Home
    • Colors
      • Turquoise - Nivo Slider
      • Chocolate - Flex Slider
      • Dodger Blue - Bx Slider
      • Aqua Blue
      • Green
      • Olive Green
      • Slate Gray
      • Red
      • Purple
    • Headers
      • Header1 - RightMenu
      • Header2 - CenterMenu
      • Header3 - LeftMenu
      • Header4 - NoTopbar
    • Home Version 1
    • Home Version 2
    • Home Version 3
  • Mega Menu
    • BoxedVersion
    • BoxedInner Page
    • Demo Menu
  • Pages
    • Left Side Pages
    • Right Side Pages
    • About Us
    • Meet the Team
    • Coming Soon
    • Pricing Table
    • Services
    • Career
    • FAQ
    • Our Office
    • 404 Page
    • Blank Pages
  • Shortcodes
    • Pane Layouts
      • Home Page Layouts
      • Left Side Layouts
      • Right Side Layouts
    • Bootstrap Componentes
      • Global settings
      • Typography
      • Button groups
      • Buttons
      • Code
      • Progress bars
      • Icon glyphs
      • Images
      • Pagination
      • Alerts
      • Tables
    • Accordion
    • Carousel
    • Portfolio
    • Testimonials
    • Font Awesome Icons
    • Media object
    • Dividers & Gaps
    • Highlighted Text
    • Teasers
    • Promo Box
    • Video Shortcode
  • Sliders
    • Responsive Nivo Slider
    • Responsive Flex Slider
    • Responsive Bx Slider
  • Containers
    • Turquoise Container
    • Chocolate Container
    • Dodgerblue Container
    • Green Container
    • Aqua Blue Container
    • Olivegreen Container
    • Orange Container
    • Purple Container
    • Red Container
    • Slategray Container
  • Contact Us
Go to...
  • Home
    • Colors
      • Turquoise - Nivo Slider
      • Chocolate - Flex Slider
      • Dodger Blue - Bx Slider
      • Aqua Blue
      • Green
      • Olive Green
      • Slate Gray
      • Red
      • Purple
    • Headers
      • Header1 - RightMenu
      • Header2 - CenterMenu
      • Header3 - LeftMenu
      • Header4 - NoTopbar
    • Home Version 1
    • Home Version 2
    • Home Version 3
  • Mega Menu
    • BoxedVersion
    • BoxedInner Page
    • Demo Menu
  • Pages
    • Left Side Pages
    • Right Side Pages
    • About Us
    • Meet the Team
    • Coming Soon
    • Pricing Table
    • Services
    • Career
    • FAQ
    • Our Office
    • 404 Page
    • Blank Pages
  • Shortcodes
    • Pane Layouts
      • Home Page Layouts
      • Left Side Layouts
      • Right Side Layouts
    • Bootstrap Componentes
      • Global settings
      • Typography
      • Button groups
      • Buttons
      • Code
      • Progress bars
      • Icon glyphs
      • Images
      • Pagination
      • Alerts
      • Tables
    • Accordion
    • Carousel
    • Portfolio
    • Testimonials
    • Font Awesome Icons
    • Media object
    • Dividers & Gaps
    • Highlighted Text
    • Teasers
    • Promo Box
    • Video Shortcode
  • Sliders
    • Responsive Nivo Slider
    • Responsive Flex Slider
    • Responsive Bx Slider
  • Containers
    • Turquoise Container
    • Chocolate Container
    • Dodgerblue Container
    • Green Container
    • Aqua Blue Container
    • Olivegreen Container
    • Orange Container
    • Purple Container
    • Red Container
    • Slategray Container
  • Contact Us

Select the search type
  • Site
  • Web
Search
Button groups
Shortcodes / Bootstrap Componentes / Button groups

Button groups

Examples

Two basic options, along with two more specific variations.

Single button group

Wrap a series of buttons with .btn in .btn-group.

<div class="btn-group">
  <button class="btn">Left</button>
  <button class="btn">Middle</button>
  <button class="btn">Right</button>
</div>

Multiple button groups

Combine sets of <div class="btn-group"> into a <div class="btn-toolbar"> for more complex components.

<div class="btn-toolbar">
  <div class="btn-group">
    ...
  </div>
</div>

Vertical button groups

Make a set of buttons appear vertically stacked rather than horizontally.

<div class="btn-group btn-group-vertical">
  ...
</div>
© 2020 Pro Tech. Sandbox. All Rights Reserved. : Terms Of Use : Privacy Statement