By ssimplay on
Hi people,
I am new to drupal and am having real trouble of adding a custom login at the (right) top of site rather than a right bar, etc.
When i add it to the top header it still does not go to the top of page???
Please can someone help me as i have been stuck on this for a few days.
Thanks,
Comments
Most likely the 'top header'
Most likely the 'top header' is not actually located at the very top in your theme. Open the page.tpl.php file, find the
print $top_header(or whatever it's called) statement, and move it higher up in the page - just after the<body>tag might work.Also, this might help: http://drupal.org/project/userloginbar