Codepen Bootstrap Issue

I did my first project on codepen using bootstrap 4 with no problem. When I started my second project and quick added bootstrap 4, the bootstrap isn’t working. I just copied the code from my original project just to make sure it’s not something in my code. Why isn’t Bootstrap working???

Here’s link to my project - https://codepen.io/asinger777/pen/MOvOXx

Thanks in advance :slight_smile:

Looks like the quick-add option for Bootstrap 4 only adds the classes for the grid. If you want the entirety of Bootstrap 4, use this instead:

https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta.2/css/bootstrap.min.css

Thank you so much. They need to fix that!

You will want to add Bootstrap4.js from the drop down in the JavaScript settings. It should fix it.