<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<br>
Darn! <code>col-6 does not work on my ASpace, nor here on my
generic Bootstrap 3 test page on my workstation. Columns still
stacking on ASpace, and now stacking on generic test page.<br>
<br>
Thinking...<br>
<br>
Mark<br>
</code>
<pre class="moz-signature" cols="72"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Mark Cyzyk, M.A., M.L.S.
Library Applications Group
The Sheridan Libraries
The Johns Hopkins University
<a class="moz-txt-link-abbreviated" href="mailto:mcyzyk@jhu.edu">mcyzyk@jhu.edu</a>
Verba volant, scripta manent.
</pre>
<div class="moz-cite-prefix">On 12/16/22 09:39, Brian Zelip wrote:<br>
</div>
<blockquote type="cite"
cite="mid:PH0PR22MB3428443CE7CE6FFB32029B08F3E69@PH0PR22MB3428.namprd22.prod.outlook.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt"
face="Calibri, sans-serif" color="#000000"><b>From:</b>
<a class="moz-txt-link-abbreviated" href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>
<a class="moz-txt-link-rfc2396E" href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org"><archivesspace_users_group-bounces@lyralists.lyrasis.org></a>
on behalf of Mark Cyzyk <a class="moz-txt-link-rfc2396E" href="mailto:mcyzyk@gmail.com"><mcyzyk@gmail.com></a><br>
<b>Sent:</b> Friday, December 16, 2022 9:19:34 AM<br>
<b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:archivesspace_users_group@lyralists.lyrasis.org">archivesspace_users_group@lyralists.lyrasis.org</a>
<a class="moz-txt-link-rfc2396E" href="mailto:archivesspace_users_group@lyralists.lyrasis.org"><archivesspace_users_group@lyralists.lyrasis.org></a><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 moz-txt-link-freetext" href="mailto:mcyzyk@jhu.edu" moz-do-not-send="true">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
moz-txt-link-freetext"
href="https://sandbox.archivesspace.org/"
moz-do-not-send="true">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/"
moz-do-not-send="true">"https://sandbox.archivesspace.org/staff/"</a>>Staff
Interface</a>
<br>
| Visit <a href=<a class="x_moz-txt-link-rfc2396E"
href="http://archivesspace.org" moz-do-not-send="true">"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"
moz-do-not-send="true">"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>
</blockquote>
<br>
</body>
</html>