I'm having some interesting issues trying to meld a custom layout that's not quite responsive (the layout shifts around instead of "responding"). The CSS interfered with the Bootstrap CSS to the point that I had to remove the links to the CSS files in the Base ReadyTheme and have started adding them to a custom.css file. But the responsive divs don't seem to be "responding". The col-xs-12 doesn't work at the small screen size. It stays at the col-md-4. I've tried reversing the order of the classes in the tag, that didn't help. I've made sure that the bootstrap.js file is linked but to no avail. Do I need to put the Bootstrap files into a paired down file and name it bootstrap.css?
Suggestions?
Suggestions?
Comment