In a responsive design, how does Bootstrap handle column wrapping and overflow?

  • Automatically wraps columns to a new line when the viewport is too narrow.
  • Collapses columns into a dropdown menu on small screens.
  • Hides columns that don't fit the screen width.
  • Displays a horizontal scrollbar for overflowed columns.
Bootstrap automatically wraps columns to the next line when the screen size is reduced, ensuring a responsive layout. This behavior enhances the adaptability of designs across various devices.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *