javascript - Bootstrap is not working properly in different screens -


After text "itemprop =" text ">

I am using bootsrap3 in my app. In the 2 divs see and div div in 2 divs with each div Col-md-6 and another 2 divs col-md-3

has 2 images in 2 divisions (one image in each div When Bella is in full width and height, there is no space between the images, but when Bella turns a little bit, then the blank space appears between the images and the second d V also comes true.

My requirement - In the computer pc, I want the left side (div containing logo) towards 1 division and 2 div (containing the right side side images), but in the mobile i want all divs ( 1 and 2 are not visible to each other after working. Herewith I am also attached both screenshots) but it is doing this.

Enter image details here

In the above screenshot, the logo divide The image is right on the left and according to my image the image is correct.

Enter image details here

Now the screenshot above In, I have just changed the width of some of the buses and both the lights are coming to the left side, as well as the space between the images has also increased.Where did I make a mistake?

Enter image details here

Picture above Is working fine for

this is my html code

   & Lt; Span class = "Caption Simple Caption" & gt; & Lt; P & gt; Review & lt; / P & gt; & Lt; / Span & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Div class = "col-md-3" & gt; & Lt; Div class = "box" & gt; & Lt; Img src = "http://lorempixel.com/150/100/food" /> & Lt; Span class = "Caption Simple Caption" & gt; & Lt; P & gt; Review & lt; / P & gt; & Lt; / Span & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Span & gt; & Lt; One class = "next" href = "#" & gt; Next & lt; / A & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt;    

If I understand your question correctly, then you can choose between small screen devices Also want to target mobile and medium devices.

You may also need to define the grid size on this width, as I think the default bootstrap stack at this point.

You can do this by referencing the size of the same grid with .col-sm - *

:

  & lt; Div class = "col-sm-6" & gt;   

-EDIT -

Also define xs devices to get the required result, for example:

  & lt ; Div class = "col-xs-12 col-sm-6" & gt;    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -