What is the difference between col and col-auto?
Asked on Sep 14, 2025
I see examples with col and col-auto. What is the difference between these two grid classes?
1 Answer
col takes available space proportionally, while col-auto sizes itself based on its content.
✅ Answered with Bootstrap 5 best practices.