bootstrap: split, divide, float sidebar -


I have to divide my sidebar into two columns, when the silver screen is smaller.

My content layout looks like this: There is such a material wrapped in a material on the left: and on the right hand I have some images which are wrapped in a div:

A small site screen In a column shows the images located below the content. I would love to know that I can split images into two columns instead of just one.

Any suggestions?

You are responsible for col - * sections:

  & lt; Div class = "col-md-9" & gt; Content & lt; / Div & gt; & Lt; Div class = "col-md-3 sidebar" & gt; & Lt; Div class = "col-md-12 col-xs-6" & gt; Sidebar 1 & lt; / Div & gt; & Lt; Div class = "col-md-12 col-xs-6" & gt; Sidebar 2 & lt; / Div & gt; & Lt; / Div & gt;  

You need to change the external sidebar padding:

 . Sidebar {padding: 0; }  

(move this to the middle of the test to test it)


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -