Garry Posted February 22, 2012 Share Posted February 22, 2012 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> 0 Quote Link to comment Share on other sites More sharing options...
Garry Posted February 22, 2012 Author Share Posted February 22, 2012 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 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.