javascript - Bootstrap is not working properly in different screens -
I am using bootsrap3 in my app. In the 2 divs see and div div in 2 divs with each div 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. In the above screenshot, the logo divide The image is right on the left and according to my image the image is correct. 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? Picture above Is working fine for this is my html code 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 : -EDIT - Also define xs devices to get the required result, for example: Col-md-6 and another 2 divs
col-md-3
.col-sm - *
& lt; Div class = "col-sm-6" & gt;
& lt ; Div class = "col-xs-12 col-sm-6" & gt;
Comments
Post a Comment