DistortedDorian
Active member
Hello there,
I am trying to move the Loginbar to the middle of the screen but whichever code I try to use in EXTRA.css no effect is given.
I am not quite sure why this doesn't work, F12 console shows these CSS IDs as the correct ones although nothing changes, any suggestions?
I am trying to move the Loginbar to the middle of the screen but whichever code I try to use in EXTRA.css no effect is given.
Code:
#loginBar #loginBarHandle a
{
margin-right: 0 !important;
right: 45% !important;
}