XF 1.1 how do you center the log in or sign up tab?

petertdavis

Well-known member
That little "Log in or Sign up" tab that hangs down from the top and pulls down the login/signup when you click it? By default it's right aligned. I was thinking it might work better on my sites to have it centered, because I have a banner right under it. How would I do that?


I'm using 1.1 now, please let me know if this would change after upgrading to 1.2. I'm trying to keep my styles as default as possible to eliminate problems at upgrade time.
 
That little "Log in or Sign up" tab that hangs down from the top and pulls down the login/signup when you click it? By default it's right aligned. I was thinking it might work better on my sites to have it centered, because I have a banner right under it. How would I do that?


I'm using 1.1 now, please let me know if this would change after upgrading to 1.2. I'm trying to keep my styles as default as possible to eliminate problems at upgrade time.
Code:
#loginBar #loginBarHandle {
margin-right: 49%;
}
may work.
 
Top Bottom