Change position of the login box
[quote]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?[/quote]
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.
-
felixfergu commented
We may change the position of the login box from any place to any where. By using some attachments and by defining some variables predefine we may move the position of the Login box.By this the positioning i only a bit off.
[url=http://thebizservices.com/]toronto website designers[/url]
[url=http://thebizservices.com/]toronto web design[/url] -
Frank commented
Hi EmarioC,
I just wanted to follow up with this post to let you know with our new 'Theme Overrides' you can move the login box virtually anywhere. See http://help.wildapricot.com/display/DOC/Theme+overrides
-
djcx1000 commented
Emario - did you ever get this sorted - I to would like a horizontal login (aka Facebook etc) so that the header is not a huge 150 pixels but could be forty or fifty!
Dave
-
Mario Cirpiano commented
Found my problem working as designed. However, getting this box anywhere but in the header is problematic. The existing text on a given page is on top of the login box. I would really like to make this login horizontal.
-
Mario Cirpiano commented
This is not working for me. I have placed the code in the Customize CSS box and no matter how I change the variables the position does not move.
It is my goal to get it out of the header all togather and place it on the home page only.
I am able to hide the box.