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. . Sidebar {float: left; Width: 200px; } .man {padding-left: 210px; }

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 class = "container" and you have a div with class = "row" , then Use the appropriate col class'

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.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -