test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • serval92 Friend
    #171178

    Hi everybody.

    Everything is in the title. by default, the “ja-cpanel-toggle” stay fixed. I just want it follows the “ja-cpanel” when i click on it.

    Thank you for your attention.

    Fabien.

    himangi Friend
    #427146

    Hi Fabien,

    Can you please explain a bit more about your requirement. It would be great if you can provide some screenshots showing the end result before we can help you.

    serval92 Friend
    #427198

    Hi Himangi. Thank you for your interest.

    Here is the original :

    And what I want :

    Is it possible to do that ?

    Thank you.

    Fabien.


    1. cpanel1
    2. cpanel2
    himangi Friend
    #427254

    Hi Fabien,

    Styling for the cpanel is specified in the JAT3 plugin so I would suggest you to create a new css file in your JAtemplate/css folder with filename ‘usertools.css’, if it doesnt exist there already.

    Once you have the css in place, edit it to add <blockquote>a#ja-cpanel-toggle {
    display: block;
    line-height: 24px;
    padding: 0 10px;
    background: #333;
    color: #CCC;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    left: 242px;

    top: 0;
    width: 39px;
    }</blockquote>

    The original code specified for this is as below. And the changes done in the original code are highlighted in the changed code above.

    <blockquote>a#ja-cpanel-toggle {
    display: block;
    line-height: 24px;
    padding: 0 10px;
    background: #333;
    color: #CCC;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    }</blockquote>

    serval92 Friend
    #427277

    Thank you, Himangi, it works !

    Long life to JA T3 !

    Fabien.

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

This topic contains 5 replies, has 2 voices, and was last updated by  serval92 13 years ago.

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