Direkneed Member Nov 26, 2011 #1 I was wondering if someone knew how or if 1.1.1 version would contain a method for this button to stalk the top browser so that users do not have to scroll up to the top page to signup/login. Thanks!
I was wondering if someone knew how or if 1.1.1 version would contain a method for this button to stalk the top browser so that users do not have to scroll up to the top page to signup/login. Thanks!
Jake Bunce Well-known member Nov 29, 2011 #2 Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: Code: #loginBar { position: fixed !important; } Upvote 0 Downvote
Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: Code: #loginBar { position: fixed !important; }
Direkneed Member Dec 13, 2011 #3 That sort of worked, but for me it centered the whole thing. It follows it but it doesn't appear right. Upvote 0 Downvote
That sort of worked, but for me it centered the whole thing. It follows it but it doesn't appear right.
Jake Bunce Well-known member Dec 14, 2011 #4 Confirmed. I test this stuff first. Don't know why I didn't notice that problem. Use this: Code: #loginBar { position: fixed !important; width: 100%; } Upvote 0 Downvote
Confirmed. I test this stuff first. Don't know why I didn't notice that problem. Use this: Code: #loginBar { position: fixed !important; width: 100%; }