ATutor

Learning Management Tools







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


Sidemenu at the right side


  • 2015-10-22 08:55:28

    Sidemenu at the right side

    We have updated our Atutor to 2.2 now. Formerly we had our side menu on the right side. Now we can't reproduce it. I don't remember with which theme and with which method this was possible. Has somebody any idea for that?

  • 2015-10-22 09:13:59

    Re: Sidemenu at the right side

    Probably float the side-menu to the right. Find this style in the theme's styles.css file.

    #leftcolumn {
    float: right;
    margin: -10px 5px 0;
    overflow: hidden;
    width: 21em;
    }

    There may be a few other adjustments, like moving the toggle to the right as well.

  • 2015-10-22 10:00:24

    Re: Sidemenu at the right side

    Thanx, for the quick answer. We will test it.