Hi Marie-Hélène, You should be able to just swap those two, and then the sidebar appears on the left. We have done that for: http://dc.statelibrary.sc.gov/
At Longsight, we use a customized variant of mirage2 that doesn't require recompiling: https://github.com/LongsightGroup/DSpace/blob/longsight-5_x/dspace-xmlui/src/main/webapp/themes/scgov-mirage2/xsl/core/page-structure.xsl#L98-L103 In our process I did not run into your issue of intermediate widths rescaling. ________________ Peter Dietz Longsight www.longsight.com [email protected] p: 740-599-5005 x809 On Mon, Sep 28, 2015 at 12:45 PM, <[email protected]> wrote: > Dear all, > > I'm trying to figure out how to properly swap the sidebar (cointaining > dri:options) from right to left starting from the original Mirage2 layout > (v. 5.3). I slightly changed the page-structure.xsl layout in order to have > something like: > > > <div class="container" id="main-container"> > <div class="row row-offcanvas row-offcanvas-*left*"> > <div class="horizontal-slider clearfix"> > > *<div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar" > role="navigation"><div class="col-xs-12 col-sm-12 col-md-9 main-content">* > > instead of > > <div class="container" id="main-container"> > <div class="row row-offcanvas row-offcanvas-right"> > <div class="horizontal-slider clearfix"> > <div class="col-xs-12 col-sm-12 col-md-9 main-content"> > <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar" > role="navigation"> > > and haven't touched the *.scss files yet for this specific change. > > but that's not quite it.... it's not rescaling/floating properly for > intermediate widths. I'm trying to understand what > http://getbootstrap.com/css/#grid-responsive-resets says about that but > must say I would gladly appreciate help on this one as I'm not familiar > with bootstrap. Anyone has done that on their DSpace site? > > Thanks > > Marie-Hélène Vézina > Université de Montréal > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
