Before sending me to other similar questions, keep in mind that I have already gone through them, attempted the solutions, and they are not resolving my issue.
The problem I am encountering involves the flexbox layout. I am using the flexbox layout for certain elements on my website.
I have implemented flex-wrap: wrap
and it is functioning correctly in my desktop testing environment. However, when I test it on a mobile device, the flex items are not wrapping and all appear on the same line.