Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • shidinar Friend
    #160476

    how to remove cpanel from current location to mega-item position?

    Saguaros Moderator
    #377655

    YOu access the template configuration and for the User Tools : Select No to all the options. That will disable the cpanel.

    shidinar Friend
    #377835

    actually i dont want to disable cpanel. i just want to change cpanel position to mega-item.

    Saguaros Moderator
    #377883

    Hello mate!
    because it is not a module, You could not move the the cpanel options into a menu item.

    shidinar Friend
    #377990

    ok. tq. now i’s understand,

    1. posible to change cpanel to left side?

    2. in template manager / Site /

    my template are empty… why? but in template manager / administrator have default template khepri…

    gray Friend
    #377994

    1. to the left side
    in /plugins/system/jat3/base-themes/default/css/usertools.css
    change


    #ja-cpanel-wrapper {
    position: fixed;
    top: 0;
    right: 15px;
    z-index: 1000;
    font-size: 12px;
    }

    and


    #ja-cpanel {
    position: absolute;
    top: -1000px;
    right: 0;
    border-top: 0;
    }

    TO


    #ja-cpanel-wrapper {
    position: fixed;
    top: 0;
    left: 15px;
    z-index: 1000;
    font-size: 12px;
    }

    and


    #ja-cpanel {
    position: absolute;
    top: -1000px;
    left: 0;
    border-top: 0;
    }

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  gray 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum