Jump to content

Admin logged in, when on client area where is it.


Garry

Recommended Posts

Hi,

 

Nearly finished my design using the portal template but am having problems finding the bit that displayes when the admin is logged in at the top right. I can see the code in the source code via the browser, but can't find the code in the script.

 

I am wanting to change it a bit, so it is above the the template.

At the moment I can't see it as the template has gone over the top of the message.

 

The source code in the browser display is:

<div style="position:absolute;top:0px;right:0px;padding:5px;background-color:#000066;font-family:Tahoma;font-size:11px;color:#ffffff" class="adminreturndiv">Logged in as Administrator | <a href="admin/" style="color:#6699ff">Return to Admin Area</a></div>

Link to comment
Share on other sites

Just did a search and found some css code to move it.

 

I have added this to my style.css

div[style="position:absolute;top:0px;right:0px;padding:5px;background-color:#000066;font-family:Tahoma;font-size:11px;color:#ffffff"] {
position: fixed !important;
}

 

It is now on the far right so I can see it :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated