We currently use a template that uses that places the login box under the side menu. How can we move it to the top right in our header?
You can move your login box anywhere on the screen using the following CSS:
#idLoginContainer {
position: absolute;
top: 10px;
left: 720px;
}
Simply change the top and left values to move the login box to another location.
Poetic Apricot (Matthieu)
http://twitter.com/PoeticApricot
Need help? Give me a call! 1-877-493-6090
Customization help isn't a service we provide; I will do my best to help you in the forums as time permits however I recommend consulting our partners