Bootstrap grid system issue

I’m trying to create a column layout (https://lab.colonialvanlines.com/) but for some reason the classes from bootstrap col-md- are not available.
Can you help?
Thanks

Well, I add this line of code to the plugin I’m using:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

not sure if that solutions is the best one, but now it’s working :wink:

Glad to hear that you got it working. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.