Replies: 1 comment
-
It does exactly what is explained here https://getbootstrap.com/docs/5.0/layout/grid/#row-columns. And here is a standalone example that behaves as expected. Have you included the CSS file https://getbootstrap.com/docs/5.0/getting-started/introduction/#css? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I placed this code copied from the Bootstrap 5 documentation into a simple project thinking that I'm going to get the 2x2 grid I'm looking to build. Instead, I get four columns across with the word Column in each. It appears that row-cols didn't do anything so I'm confused as to its purpose.
Beta Was this translation helpful? Give feedback.
All reactions