<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div>
<div>
<div dir="ltr">
<div>Try updating the two responsive classes each to just <code>col-6</code>​ and see if that works. Perhaps you were looking at a viewport that was less than the
<code>md</code>​ breakpoint?</div>
<div dir="ltr"><br>
</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">bz</div>
</div>
</div>
<div id="ms-outlook-mobile-signature">
<div></div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf of Mark Cyzyk
 <mcyzyk@gmail.com><br>
<b>Sent:</b> Friday, December 16, 2022 9:19:34 AM<br>
<b>To:</b> archivesspace_users_group@lyralists.lyrasis.org <archivesspace_users_group@lyralists.lyrasis.org><br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] ASpace, Bootstrap?</font>
<div> </div>
</div>
<div><br>
Thanks Brian and Kevin!<br>
<br>
For some reason, I cannot get the simplest Bootstrap 3 code to work in my ASpace.  Columns just are not rendering. 
<br>
<br>
So something simple like this:<br>
<br>
<blockquote>
<blockquote><div class="container-fluid"><br>
<br>
   <div class="row"><br>
<br>
       <div class="col-md-6"><br>
          COLUMN ONE<br>
       </div><br>
    <br>
       <div class="col-md-6"><br>
          COLUMN TWO<br>
       </div><br>
    <br>
   </div><br>
<br>
</div><br>
</blockquote>
</blockquote>
<br>
Is not working.   Columns render as rows, stacked on top one another.<br>
<br>
Do you have a working example of use of Columns in your ASpace you might share?<br>
<br>
Much appreciated,<br>
<br>
Mark<br>
<pre class="x_moz-signature" cols="72"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Mark Cyzyk, M.A., M.L.S.
Library Applications Group
The Sheridan Libraries
The Johns Hopkins University
<a class="x_moz-txt-link-abbreviated" href="mailto:mcyzyk@jhu.edu">mcyzyk@jhu.edu</a>

Verba volant, scripta manent. 
</pre>
<div class="x_moz-cite-prefix">On 12/14/22 10:34, Mark Cyzyk wrote:<br>
</div>
<blockquote type="cite"><br>
All, <br>
<br>
I have a question:  Does the current version of ASpace include Bootstrap? <br>
<br>
I ask because when I Inspect, say, the footer in the ASpace Sandbox (<a class="x_moz-txt-link-freetext" href="https://sandbox.archivesspace.org/">https://sandbox.archivesspace.org/</a>) I see things like:
<br>
<br>
<br>
  <div class="row"> <br>
     <div class="col-md-12"> <br>
       <p class="footer-items"><a href=<a class="x_moz-txt-link-rfc2396E" href="https://sandbox.archivesspace.org/staff/">"https://sandbox.archivesspace.org/staff/"</a>>Staff Interface</a>
<br>
         | Visit <a href=<a class="x_moz-txt-link-rfc2396E" href="http://archivesspace.org">"http://archivesspace.org"</a>>ArchivesSpace.org</a>
<br>
         | v3.3.1 <br>
          | <a id="aspaceFeedbackLink" href=<a class="x_moz-txt-link-rfc2396E" href="https://archivesspace.org/contact">"https://archivesspace.org/contact"</a> target="_blank">Send Feedback or Report a Problem</a></p>
<br>
     </div> <br>
  </div> <br>
<br>
Looks like Bootstrap rows and columns to me! <br>
<br>
And yet, when I look to see what files are actually coming over the Network, in my Inspector, I do not see any mention of the Bootstrap CSS and JS files.
<br>
<br>
I ask because I want to simply plug some text into our Footer and thought I'd just break a Bootstrap Row there into two Cols.
<br>
<br>
But no joy!  My Col div directives appear to be completely ignored. (All works great in a template on my local workstation, but I'm loading the CDN versions of Bootstrap CSS and JS there...)
<br>
<br>
Does the current version of ASpace include Bootstrap?  If so, which version of Bootstrap?
<br>
<br>
Puzzled, <br>
And Thanks! <br>
<br>
Mark <br>
<br>
</blockquote>
<br>
</div>
</body>
</html>