I'm totally new to bootstrap rows and columns, and this video is perfect, clear, straight to the point, just awesome. You now have a new suscriber. Thanks a lot!
@ADesignerWhoCodes2 жыл бұрын
So awesome. Once you get used to them, everything gets easier in terms of responsive design
@lynch43603 жыл бұрын
This is the best, I subbed. Watched 8 videos. This one was the most informative
@ADesignerWhoCodes3 жыл бұрын
Wow. Thank you so much Danny! Glad I could help you w/ Bootstrap.
@senbonzakura__3 жыл бұрын
Very clear explanation! Did not have any other questions by the end of the video perfectly explained! Thanks very much my friend I will contain you to learn from you.
@ADesignerWhoCodes3 жыл бұрын
You are very welcome!
@yekna4593 жыл бұрын
my left ear really enjoyed this video
@ADesignerWhoCodes3 жыл бұрын
Ha! Did I fail to set mono for the audio? lol
@rawanfouda22913 жыл бұрын
Great video, thanks!
@ADesignerWhoCodes3 жыл бұрын
Glad you liked it!
@SSaurabh20133 жыл бұрын
Vgood, Keep making videos
@ADesignerWhoCodes3 жыл бұрын
Thank you so much.
@SSaurabh20133 жыл бұрын
@@ADesignerWhoCodes just one question regarding the Grid system. Which is the better way to use one Row and inside it...We use all coloumns or Use more than one row
@paulsheldon29703 жыл бұрын
Thanks, that was a nice simple explanation. I have utilised this to create a simple 2 column form with text on the left and control (text box, dropdownlist etc) on the right. What I found however, was that on the xs screen (mobile) some of the text is too long and it wraps, which is great, but it sits underneath the textbox that is now below it. How can I get the responsive table to increase the height of the row to automatically accommodate the single line of text that has now wrapped and become 2 lines on a mobile screen? Thanks!
@ADesignerWhoCodes3 жыл бұрын
I generally let text move on its own. Like water in a glass. Too much rigidity and it causes headaches. I'd recommend blocking the image then (versus inline) so it takes up the space. You might need to add a span tag to it as well. And I'd recommend doing it as a media query too! Hope this helps!
@chrisc.41442 жыл бұрын
The columns in a row will always be the same size? Regardless if one column has more content in it than the other ?
@ADesignerWhoCodes2 жыл бұрын
By default yes. But I always specify a size.
@mind2digital1162 жыл бұрын
Good tutorial, seems no gutters has been replaced for g-0.
@ADesignerWhoCodes2 жыл бұрын
Ya, a few older videos are Bootstrap 4.
@Just-random-vids3 жыл бұрын
Do you have a video that shows rows and columns inside rows in columns? I get confused when I set my page up. For example I have my Navbar then hero img, under thst left 8 columns of content, and to the right I need 4 columns of content. How do I get a row and columns to the right side of the page?
@ADesignerWhoCodes3 жыл бұрын
Whoa. That’s a lot. Basically treat each cell/col as 100%. The parent is 100%. Inside each will be a makeup equivalent to 100%. I guess I’d kinda need to see an example to give it a proper explanation. I do have a navbar video. Look at my video list on my channel and you’ll find it.
@Just-random-vids3 жыл бұрын
@@ADesignerWhoCodes Ok thank you!
@nikolastojanovic79613 жыл бұрын
Hi man, i have some question can u please help me. I have a problem with columns they are not in line, like i have in one row 3 columns that one below the other.
@ADesignerWhoCodes3 жыл бұрын
Try removing anything except the react bootstrap code and see what happens.
@hannanmughal3880 Жыл бұрын
how I can remove left space..........??
@lilly56673 жыл бұрын
Hi can you help with little detail for align?
@ADesignerWhoCodes3 жыл бұрын
Check out my channel videos. I just made a video on aligning center.
@semisam49282 жыл бұрын
good
@leandermejia67463 жыл бұрын
How to center vertically and horizontal a col-12 row
@ADesignerWhoCodes3 жыл бұрын
I've got a video coming up showing how to center content and divs in Bootstrap. Stay tuned!