Detached Right Sidebar

Description

Content layout with detached right sidebar provides more navigations options on page level. For the larger screen this layout provides best usability. This layout use the third column as a sidebar section.

CSS Classes

This table contains all classes related to the content detached right sidebar layout. This is a custom layout classes for content detached right sidebar layout page requirements.

All these options can be set via following classes:

Classes Description
.content-detached-right-sidebar You can create 3 column detached right layout by adding .content-detached-right-sidebar class in <body> tag.
.content-detached In this layout content section is detached from right sidebar, for that .content-detached class needs to add in content wrapper. Refer HTML markup line no 27.
.content-left In this layout content should be float in right side, so .content-left class needs to add in content wrapper. Refer HTML markup line no 27.
.sidebar-detached In this layout right sidebar section is detached from content, for that .sidebar-detached class needs to add in sidebar wrapper. Refer HTML markup line no 33.
.sidebar-right In this layout sidebar should be float in right side, so .sidebar-right class needs to add in sidebar wrapper. Refer HTML markup line no 33.

HTML Markup

This section contains HTML Markup to create 3 column detached right sidebar layout. You need to add the .content-detached-right-sidebar class in the <body> tag as show in below markup on line no 4. This layout has a navigation, content and right detached sidebar sections with common header & footer.

Line no 27: Contain the .content-detached and .content-left classes for adjusting detached content section in right side.

Line no 33: Contain the .sidebar-detached and .sidebar-right classes for adjusting detached sidebar section in right side.

Robust has a ready to use starter kit, you can use this layout directly by using the starter kit pages from the robust-admin/starter-kit folder.

                
                    <!DOCTYPE html>
                      <html lang="en">
                        <head></head>
                        <body data-menu="vertical-menu" class="vertical-layout vertical-menu content-detached-right-sidebar menu-expanded">
                          
                          <!-- fixed-top-->
                          <nav role="navigation" class="header-navbar navbar-expand-sm navbar navbar-with-menu fixed-top navbar-dark navbar-shadow navbar-border">
                              ...
                          </nav>
                          
                          <!-- BEGIN Navigation-->
                          <div class="main-menu menu-dark menu-fixed menu-shadow">
                              ...
                          </div>
                          <!-- END Navigation-->

                          <!-- BEGIN Content-->
                          <div class="content app-content">
                              <div class="content-wrapper">
                                  <!-- content header-->
                                  <div class="content-header row">
                                      ...
                                  </div>
                                  <!-- content header-->
                                  
                                  <!-- content detached right-->
                                  <div class="content-detached content-left">
                                      ...
                                  </div>
                                  <!-- content detached right-->
                                  
                                  <!-- sidebar detached right-->
                                  <div class="sidebar-detached sidebar-right">
                                      <div class="sidebar">
                                          ...
                                      </div>
                                  </div>
                                  <!-- sidebar detached right-->
                                  
                              </div>
                          </div>
                          <!-- END Content-->


                          <!-- START FOOTER DARK-->
                          <footer class="footer footer-dark">
                              ...
                          </footer>
                          <!-- START FOOTER DARK-->

                        </body>
                      </html>
                
                

Theme Customizer


Customize & Preview in Real Time

Menu Color Options

Layout Options

Navigation Color Options
Solid
Gradient

Solid

Gradient

Buy Now