• Call Us: 0111 222 333
  • Mail: info@domain.com
Search
  • Register
Login
Corporate DNN Responsive Theme
  • Home
    • AquaBlue
    • Green
    • Chocolate
    • DodgerBlue
    • Grey
    • OliveGreen
    • Orange
    • Purple
    • Red
    • Slategrey
  • Mega Menu
  • Pages
    • Left Side Pages
    • Right Side Pages
    • About Us
    • Meet the Team
    • Pricing Table
    • Services
    • Career
    • FAQ
    • Our Office
    • 404 Page
    • Blank Pages
  • Sliders
    • Responsive Nivo Slider
    • Responsive Flex Slider
    • Responsive Bx Slider
  • Shortcodes
    • Accordion
    • Carousel
    • Testimonials
    • Font Awesome Icons
    • Icon glyphs
    • Images
    • Global settings
    • Progress bars
    • Button groups
    • Buttons
    • Pagination
    • Alerts
    • Typography
    • Code
    • Tables
    • Media object
    • Dividers & Gaps
    • Highlighted Text
    • Teasers
    • Promo Box
    • Video Shortcode
  • Skin Features
    • BoxedVersion
    • Boxed Version Inner Page
    • Header2 - RightMenu
    • Header3 - LeftMenu
    • Header4 - NoTopbar
    • DNN Mega Menu
  • Containers
    • AquaBlue Container
    • Green Container
    • Chocolate Container
    • Dodgerblue Container
    • Grey Container
    • Olivegreen Container
    • Orange Container
    • Purple Container
    • Red Container
    • Slategrey Container
  • Portfolio
  • Contact Us
Go to...MAIN MENU
  • Home
    • AquaBlue
    • Green
    • Chocolate
    • DodgerBlue
    • Grey
    • OliveGreen
    • Orange
    • Purple
    • Red
    • Slategrey
  • Mega Menu
  • Pages
    • Left Side Pages
    • Right Side Pages
    • About Us
    • Meet the Team
    • Pricing Table
    • Services
    • Career
    • FAQ
    • Our Office
    • 404 Page
    • Blank Pages
  • Sliders
    • Responsive Nivo Slider
    • Responsive Flex Slider
    • Responsive Bx Slider
  • Shortcodes
    • Accordion
    • Carousel
    • Testimonials
    • Font Awesome Icons
    • Icon glyphs
    • Images
    • Global settings
    • Progress bars
    • Button groups
    • Buttons
    • Pagination
    • Alerts
    • Typography
    • Code
    • Tables
    • Media object
    • Dividers & Gaps
    • Highlighted Text
    • Teasers
    • Promo Box
    • Video Shortcode
  • Skin Features
    • BoxedVersion
    • Boxed Version Inner Page
    • Header2 - RightMenu
    • Header3 - LeftMenu
    • Header4 - NoTopbar
    • DNN Mega Menu
  • Containers
    • AquaBlue Container
    • Green Container
    • Chocolate Container
    • Dodgerblue Container
    • Grey Container
    • Olivegreen Container
    • Orange Container
    • Purple Container
    • Red Container
    • Slategrey Container
  • Portfolio
  • Contact Us
Button groups
Shortcodes / 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>
Copyright 2025 by Corporate : Terms Of Use : Privacy Statement