1
I’m having trouble solving a simple responsiveness problem using bootstrap 4. My wish is when resize to celuar, the inputs, selects and Labels are superimposed and occupying all available width. As an example of "col-xs-12"
.
Here’s a code link that I’m using the bootply. It can be noted that when selecting for cell phone, and leaving narrower, it is possible to leave all overlapping and occupying all the available width. But it must be very narrow.
In the system where this is being applied, it is visualized differently.
The inputs, selects and Labels are not superimposed on each other. The blue and orange buttons are juxtaposed.
My wish is that when I resize to mobile, appear this way:
And resizing to computer, appear this way:
The second image, when resizing to computer, it continues to overlap, I put as an example of how I wish to do. The first image represents the minimum possible resizing, resembling cellular mode.
It worked, it worked. Thank you very much!!!
– Arthur Abitante
@Arthurabitante No problem my dear, after a general look at the BS Grid documentation, it will help you ;) https://getbootstrap.com/docs/4.0/layout/grid/
– hugocsl
I had previously tried something similar, I was on my way to adjust it. But a simple detail that left me with a lot of doubt. Thank you very much, it helped a lot!!!
– Arthur Abitante