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.
Matthieu (Ex-Apricot)
Please contact support directly for assistance on any of my posts as I will no longer be checking these forums: support@wildapricot.com