Editing Login Page Layout

Re: Editing Login Page Layout

by Mary Evans -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

OK...here is a fix for the login page:

If you remove both the login_info and home_link from the footer section of the theme/boost/templates/login.mustache file as Richard suggested, but put them directly ABOVE the course footer in the like so...

    <div id="page" class="container-fluid">
        <div id="page-content" class="row">
            <div id="region-main-box">
                <section id="region-main" class="col-xs-12">
                    {{{ output.course_content_header }}}
                    {{{ output.main_content }}}
                    {{{ output.login_info }}}
                    {{{ output.home_link }}}
                    {{{ output.course_content_footer }}}
                </section>
            </div>
        </div>
    </div>
</div>

This is what it looks like....

Hope this helps?

Mary

Average of ratings: Useful (1)