-
AuthorPosts
-
November 28, 2011 at 12:56 pm #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 Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
November 29, 2011 at 2:09 pm #427146Hi 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.
November 29, 2011 at 7:43 pm #427198Hi Himangi. Thank you for your interest.
Here is the original :
And what I want :
Is it possible to do that ?
Thank you.
Fabien.
-
himangi Friend
himangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
November 30, 2011 at 6:08 am #427254Hi 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> -
AuthorPosts
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
Jump to forum