css - Bootstrap 3 nav next to floated element -
I have a problem with Bootstrap 3. Setup is a simple 2-column page (sidebar and main content). Because I have a dropdown menu that can be an overlay from the main container, I can not use the visibility: hidden or auto move
 I use another technique which is to ignore the initial element A padding-left application is being made for the main container.    Unfortunately, Bootstrap Nevals internally use a cleanfix, due to which the sidebars become larger in the form of a navbar inside the main       Is there a clear conspiracy to include sidebar only in creating clear elements? Instead of trying to manually create columns, you can use built-in bootstrap classes instead of      Do everything for you and be responsible.    First, wrap everything with a div   bootstrap grid page to see all instances of the sidebar and main device.    I have made my update with the original markup to meet your needs, hopefully whatever you want.   . Sidebar {float: left; Width: 200px; } .man {padding-left: 210px; }    class = "container"  and you have a div with  class = "row" , then Use the appropriate  col  class'  
 
Comments
Post a Comment