Excellent
https://i.sstatic.net/gwOI8.png
Terrible
https://i.sstatic.net/4f637.png
The first image labeled as 'Excellent' shows that the card divs
do not overlap, but in the second image when the sidebar is active they do.
I attempted to change from col-md-6
to col-md-12
, but then the site does not look as desired when the sidebar is closed.
I believe that when the sidebar is active it should switch from col-md-6
to col-md-12
, but I am unsure how to achieve that.
As a beginner, any suggestions on how to address this issue would be greatly appreciated :)