I'm currently using Bootstrap on a website and encountering issues with the responsiveness of rows on mobile devices.
The desired outcome is for rows to be divided into 4 equal sections per row on larger screens, then scale down to 2 equal sections per row on mobile devices. This transition generally works well, but once the device width drops below approximately 335px, there are areas where the divisions become misaligned horizontally.
Please click here to view the page and see the issue firsthand.
- Note that this problem only occurs on extremely small screens, so you may need to shrink your browser window to less than 335px in width to observe it.
What could be causing this issue? And what steps do you recommend taking to resolve it?
- If needed, access the HTML & CSS code through the following link: www.texasca.com/team.html
The length and complexity of the markup and CSS make it difficult to include in this question, but I can provide it upon request.
An image depicting the problem is shown below:
Thank you all for your help!