I'm struggling a bit with the Bootstrap grid system. I want to create 6 divs or containers that span the full width on smaller devices like mobiles, use 25% of the width on medium devices like tablets, and display all 6 in a single row on large desktop screens. However, I'm running into some issues with this setup. Can anyone offer assistance?
https://i.stack.imgur.com/cD1Y7.jpg I currently have all 6 divs spanning the full width on large and medium devices, which is not what I intended. I'd like to have 6 displayed in a single row on large devices and 4 displayed on medium devices.