Peter,

You want to change page-structure.xsl.  You want it to look like this, with
navigation before the main-content:

                                <div class="row row-offcanvas
row-offcanvas-right">
                                    <div class="horizontal-slider clearfix">


*                                        <div class="col-xs-6 col-sm-3
sidebar-offcanvas" id="sidebar" role="navigation">
                  <xsl:apply-templates select="dri:options"/>
                          </div>*
                                        <div class="col-xs-12 col-sm-12
col-md-9 main-content">
                                            <xsl:apply-templates
select="*[not(self::dri:options)]"/>
                                            <div class="visible-xs
visible-sm">
                                                <xsl:call-template
name="buildFooter"/>
                                            </div>
                                        </div>
                                    </div>
                                </div>



It presently looks like this:

                                <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">
                                            <xsl:apply-templates
select="*[not(self::dri:options)]"/>
                                            <div class="visible-xs
visible-sm">
                                                <xsl:call-template
name="buildFooter"/>
                                            </div>
                                        </div>


*                                        <div class="col-xs-6 col-sm-3
sidebar-offcanvas" id="sidebar" role="navigation">
                  <xsl:apply-templates select="dri:options"/>
                          </div>*
                                    </div>
                                </div>


Hope this helps!
-Jose




On Sat, Nov 28, 2020 at 2:31 PM [email protected] <[email protected]> wrote:

> Hi all,
> Is there a way to move the navigation sidebar from right to left for
> Dspace 6.3 - Mirage2?
>
> many thanks
> -Peter.Tran
>
> --
> All messages to this mailing list should adhere to the DuraSpace Code of
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> ---
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/dspace-tech/eec6aec3-bd96-43a0-899d-09cb2ce6b318n%40googlegroups.com
> <https://groups.google.com/d/msgid/dspace-tech/eec6aec3-bd96-43a0-899d-09cb2ce6b318n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CAK%3DKc-tzBrF8WhESG4nPWpZLCm9M5q9sO3nhDfC1OHz8tpEiLQ%40mail.gmail.com.

Reply via email to