Reputation: 13
There is something in my css causing my columns to squish instead of stack but I cannot find what it is. Any chance someone is seeing something in the code I am not?
Website link here: http://uspeqtest.000webhostapp.com/index.html
Thanks in advance for any info and tips.
Upvotes: 0
Views: 235
Reputation: 5894
main.css:907
.row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
Don't switch .row
to flexbox, you're breaking bootstrap...
Upvotes: 1
Reputation: 19
At first, I'd recommend you to give us more details among your problem. Furthermore, I did take a look at your website and notice some faults in your source code (RMB on page - View source). So make sure you have no HTML errors at first.
Upvotes: 0