I am currently working on a Bootstrap 3 website and have several small divs displayed on the page. I want to adjust their size for desktop view and make them full width for mobile view.
Here is my approach:
I attempted to place each small div within a column and set the width to 100%, but it did not produce the desired outcome:
Since I am relatively new to using Bootstrap, I wasn't sure where to find the solution. After researching on the w3 schools website, I came across information about box-sizing, however, it didn't yield the results I was looking for.
I found a similar question here, but the answer was a bit confusing and I preferred not to revive an old thread.
Can anyone provide guidance on how to achieve this effect?
Your help is greatly appreciated!