ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Content pane to right


  • 2008-02-09 00:55:42

    Content pane to right

    Hey friends,

    I am using Atutor 1.6 Latest. I like to how to move the pane from left side to right side in the default theme?

    Thanks

    Robin

  • 2008-02-11 10:30:30

    Re: Content pane to right

    Add the following to the end of the default themes's style.css file.


    [php]

    h2.page-title {
    clear:left
    }
    h2, h3, h4, h5, h6 {
    clear: left;
    }
    #contentcolumn_shiftright {
    margin-right: 17em;
    }
    #leftcolumn{
    float: right;
    }

    [/php]

    You'll will also need to adjust the hide/show menu link, which is hard coded into the default/include/header.tmpl.php file, floating the link to the right, instead of its current left alignment.

    This last adjustment should actually be done in the stylesheet, but is mistakenly done in the template. It been reported it as a bug.

  • 2008-02-11 15:47:45

    Re: Content pane to right

    We published an updated version of the Default 1.6 theme todays, which includes a few bug fixes, as well as a block in the main stylesheet that you can uncomment to move the menu over to the right.


    http://www.atutor.ca/atutor/themes/index.php

  • 2008-02-25 15:40:09

    Re: Content pane to right

    Greg, would these changes have been incorporated into the 1.6 program download after Feb 11, 2008?

    I would like to be able to move the content navigation menu. Also, the content of pages are displaying below where the side menu ends rather than beside it. (When looking at a page it appears to be empty - unless you scroll to the bottom of the page)

    Using IE6 as a browser.

    Thanks.