{"id":1414,"date":"2018-06-14T17:09:03","date_gmt":"2018-06-14T21:09:03","guid":{"rendered":"http:\/\/id-demos.cms-devl.bu.edu\/core-3\/?page_id=1414"},"modified":"2021-11-11T16:53:19","modified_gmt":"2021-11-11T21:53:19","slug":"bootstrap-grid-classes","status":"publish","type":"page","link":"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/html-elements\/grid\/bootstrap-grid-classes\/","title":{"rendered":"Bootstrap Grid Classes"},"content":{"rendered":"<p>Responsive Foundation uses a modified version of the Bootstrap grid system. W3schools has some great documentation on that <a href=\"https:\/\/www.w3schools.com\/bootstrap\/bootstrap_grid_system.asp\">here<\/a>. Bootstrap is set up so that you use two classes together to create a grid &#8211; your column class, which holds your content, and a row class that wraps around it so that the content lines up with the grid. The column classes rely on padding to create gutters, so putting a background on your row or column classes when using these classes will probably not give you the results you&#8217;re expecting to see. If you need to add a background, you probably want to use our custom margin classes instead.<\/p>\n<h2>Example pages for testing<\/h2>\n\t<div class=\"bu-list-child-pages\">\n\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/html-elements\/grid\/bootstrap-grid-classes\/full-width-all-breakpoints-example\/\" rel=\"bookmark\">Full width &#8211; all breakpoints<\/a><\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/html-elements\/grid\/bootstrap-grid-classes\/full-width-xs\/\" rel=\"bookmark\">Full width &#8211; $xs<\/a><\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/html-elements\/grid\/bootstrap-grid-classes\/full-width-sm\/\" rel=\"bookmark\">Full width &#8211; $sm<\/a><\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/html-elements\/grid\/bootstrap-grid-classes\/full-width-md\/\" rel=\"bookmark\">Full width &#8211; $md<\/a><\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/html-elements\/grid\/bootstrap-grid-classes\/full-width-lg\/\" rel=\"bookmark\">Full width &#8211; $lg<\/a><\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/html-elements\/grid\/bootstrap-grid-classes\/content-width-all-breakpoints-example\/\" rel=\"bookmark\">Content width &#8211; all breakpoints<\/a><\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/html-elements\/grid\/bootstrap-grid-classes\/content-width-xs\/\" rel=\"bookmark\">Content Width &#8211; $xs<\/a><\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/html-elements\/grid\/bootstrap-grid-classes\/content-width-sm\/\" rel=\"bookmark\">Content width &#8211; $sm<\/a><\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/html-elements\/grid\/bootstrap-grid-classes\/content-width-md\/\" rel=\"bookmark\">Content width &#8211; $md<\/a><\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/html-elements\/grid\/bootstrap-grid-classes\/content-width-lg\/\" rel=\"bookmark\">Content width &#8211; $lg<\/a><\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n<h2>Basic usage<\/h2>\n<h3>Show backgrounds:<\/h3>\n<p><label><input id=\"row\" name=\"row\" type=\"checkbox\" checked=\"checked\" onchange=\"showBoundaries('.row')\" \/> Show background on the row class (Transparent red)<\/label><label><input id=\"col\" name=\"col\" type=\"checkbox\" checked=\"checked\" onchange=\"showBoundaries('.row&gt;div')\" \/> Show background on the column classes (Transparent blue)<\/label><label><input id=\"content\" name=\"content\" type=\"checkbox\" checked=\"checked\" onchange=\"showBoundaries('.grid-example-content-wrap')\" \/> Show background to show where space for content is available (White)<\/label><\/p>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-1\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>1<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"grid-example-show-boundaries col-11\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>11<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-2\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>2<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"grid-example-show-boundaries col-10\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>10<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-3\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>3<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"grid-example-show-boundaries col-9\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>9<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-4\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>4<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"grid-example-show-boundaries col-8\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>8<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-5\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>5<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"grid-example-show-boundaries col-7\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>7<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-6\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>6<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"grid-example-show-boundaries col-6\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>6<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-7\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>7<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"grid-example-show-boundaries col-5\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>5<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-8\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>8<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"grid-example-show-boundaries col-4\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>4<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-9\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>9<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"grid-example-show-boundaries col-3\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>3<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-10\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>10<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"grid-example-show-boundaries col-2\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>2<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-11\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>11<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"grid-example-show-boundaries col-1\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>1<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-12\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>12<\/sup>\u2044<sub>12<\/sub><\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>grid-example-show-boundaries<\/p>\n<h3>One column<\/h3>\n<h4>Example<\/h4>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-1\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>1<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<div class=\"grid-example-show-boundaries col-11\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>11<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<\/div>\n<h4>Code snippet<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;row&quot;&gt;\r\n\t&lt;div class=&quot;col-1&quot;&gt;Your HTML here&lt;\/div&gt;\r\n\t&lt;div class=&quot;col-11&quot;&gt;Your HTML here&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<h3>Two columns<\/h3>\n<h4>Example<\/h4>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-2\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>2<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<div class=\"grid-example-show-boundaries col-10\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>10<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<\/div>\n<h4>Code snippet<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;row&quot;&gt;\r\n\t&lt;div class=&quot;col-2&quot;&gt;Your HTML here&lt;\/div&gt;\r\n\t&lt;div class=&quot;col-10&quot;&gt;Your HTML here&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<h3>Three columns<\/h3>\n<h4>Example<\/h4>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-3\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>3<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<div class=\"grid-example-show-boundaries col-9\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>9<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<\/div>\n<h4>Code snippet<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;row&quot;&gt;\r\n\t&lt;div class=&quot;col-3&quot;&gt;Your HTML here&lt;\/div&gt;\r\n\t&lt;div class=&quot;col-9&quot;&gt;Your HTML here&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<h3>Four columns<\/h3>\n<h4>Example<\/h4>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-4\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>4<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<div class=\"grid-example-show-boundaries col-8\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>8<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<\/div>\n<h4>Code snippet<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;row&quot;&gt;\r\n\t&lt;div class=&quot;col-4&quot;&gt;Your HTML here&lt;\/div&gt;\r\n\t&lt;div class=&quot;col-8&quot;&gt;Your HTML here&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<h3>Five columns<\/h3>\n<h4>Example<\/h4>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-5\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>5<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<div class=\"grid-example-show-boundaries col-7\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>7<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<\/div>\n<h4>Code snippet<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;row&quot;&gt;\r\n\t&lt;div class=&quot;col-5&quot;&gt;Your HTML here&lt;\/div&gt;\r\n\t&lt;div class=&quot;col-7&quot;&gt;Your HTML here&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<h3>Six columns<\/h3>\n<h4>Example<\/h4>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-6\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>6<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<div class=\"grid-example-show-boundaries col-6\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>6<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<\/div>\n<h4>Code snippet<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;row&quot;&gt;\r\n\t&lt;div class=&quot;col-6&quot;&gt;Your HTML here&lt;\/div&gt;\r\n\t&lt;div class=&quot;col-6&quot;&gt;Your HTML here&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<h3>Seven columns<\/h3>\n<h4>Example<\/h4>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-7\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>7<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<div class=\"grid-example-show-boundaries col-5\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>5<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<\/div>\n<h4>Code snippet<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;row&quot;&gt;\r\n\t&lt;div class=&quot;col-7&quot;&gt;Your HTML here&lt;\/div&gt;\r\n\t&lt;div class=&quot;col-5&quot;&gt;Your HTML here&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<h3>Eight columns<\/h3>\n<h4>Example<\/h4>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-8\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>8<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<div class=\"grid-example-show-boundaries col-4\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>4<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<\/div>\n<h4>Code snippet<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;row&quot;&gt;\r\n\t&lt;div class=&quot;col-8&quot;&gt;Your HTML here&lt;\/div&gt;\r\n\t&lt;div class=&quot;col-4&quot;&gt;Your HTML here&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<h3>Nine columns<\/h3>\n<h4>Example<\/h4>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-9\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>9<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<div class=\"grid-example-show-boundaries col-3\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>3<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<\/div>\n<h4>Code snippet<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;row&quot;&gt;\r\n\t&lt;div class=&quot;col-9&quot;&gt;Your HTML here&lt;\/div&gt;\r\n\t&lt;div class=&quot;col-3&quot;&gt;Your HTML here&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<h3>Ten columns<\/h3>\n<h4>Example<\/h4>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-10\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>10<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<div class=\"grid-example-show-boundaries col-2\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>2<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<\/div>\n<h4>Code snippet<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;row&quot;&gt;\r\n\t&lt;div class=&quot;col-10&quot;&gt;Your HTML here&lt;\/div&gt;\r\n\t&lt;div class=&quot;col-2&quot;&gt;Your HTML here&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<h3>Eleven columns<\/h3>\n<h4>Example<\/h4>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-11\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>11<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<div class=\"grid-example-show-boundaries col-1\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>1<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<\/div>\n<h4>Code snippet<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;row&quot;&gt;\r\n\t&lt;div class=&quot;col-11&quot;&gt;Your HTML here&lt;\/div&gt;\r\n\t&lt;div class=&quot;col-1&quot;&gt;Your HTML here&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<h3>Twelve columns<\/h3>\n<h4>Example<\/h4>\n<div class=\"row grid-example grid-example-show-boundaries\">\n<div class=\"grid-example-show-boundaries col-12\">\n<div class=\"grid-example-content-wrap grid-example-show-boundaries\"><sup>12<\/sup>\u2044<sub>12<\/sub><\/div>\n<\/div>\n<\/div>\n<h4>Code snippet<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;row&quot;&gt;\r\n\t&lt;div class=&quot;col-12&quot;&gt;Your HTML here&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<p><script type=\"text\/javascript\">\r\n\tjQuery('input').prop('checked', true);\r\n\t\r\n\tfunction showBoundaries(className) {\r\n\t\tjQuery(className).toggleClass('grid-example-show-boundaries');\r\n\t}\r\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Responsive Foundation uses a modified version of the Bootstrap grid system. W3schools has some great documentation on that here. Bootstrap is set up so that you use two classes together to create a grid &#8211; your column class, which holds your content, and a row class that wraps around it so that the content lines [&hellip;]<\/p>\n","protected":false},"author":3357,"featured_media":0,"parent":1328,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"page-templates\/no-sidebars.php","meta":{"_bu_prepress_primary_term":"","_bu_prepress_primary_term_manual":""},"bu-publication":[],"_links":{"self":[{"href":"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/wp-json\/wp\/v2\/pages\/1414"}],"collection":[{"href":"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/wp-json\/wp\/v2\/users\/3357"}],"replies":[{"embeddable":true,"href":"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/wp-json\/wp\/v2\/comments?post=1414"}],"version-history":[{"count":2,"href":"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/wp-json\/wp\/v2\/pages\/1414\/revisions"}],"predecessor-version":[{"id":1524,"href":"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/wp-json\/wp\/v2\/pages\/1414\/revisions\/1524"}],"up":[{"embeddable":true,"href":"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/wp-json\/wp\/v2\/pages\/1328"}],"wp:attachment":[{"href":"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/wp-json\/wp\/v2\/media?parent=1414"}],"wp:term":[{"taxonomy":"bu-publication","embeddable":true,"href":"https:\/\/id-demos.cms-devl.bu.edu\/core-3\/wp-json\/wp\/v2\/bu-publication?post=1414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}