Conversation
supportHi, great plugin but I probably need a custom css fix to display the login form inline : http://nomad.press/ Using wp last version.. Thanks, very useful plugin by the way. https://wordpress.org/plugins/admin-bar-login/
Hello, Your site seems fine. Is there any problem with plugin?
Hey, I have added a lot of css, you will see the issue if you comment the following “label { display: inline; }” By the way let me know if their is an easier way to, or if the problem was from somewhere else. If i’m the only one must it be due to my theme. Thanks anyway, very useful plugin. /*Toolbar color*/ #wpadminbar { background: #333; } /*Hide Forgot pass. + Search + Remember me*/ li#wp-admin-bar-lostpassword { display: none; } li#wp-admin-bar-search { display: none; } p.login-remember { display: none!important; } /*A lot of positioning*/ /*Nomad.Press*/ li#wp-admin-bar-wdcab_root { margin-left: 7px!important; } /*Login fields*/ li#wp-admin-bar-login { margin-right: 72px!important; float: right; } /*Force inline login fields*/ label { display: inline; } /*Right margin for all login elements*/ #adminloginform p { margin-right: 15px; } /*Vertically centered fields*/ #adminloginform .login-username input, #adminloginform .login-password input { margin: 0 0 4px 0!important; } #adminloginform #wp-submit { margin: 0 0 4px 0; } /*Register*/ li#wp-admin-bar-register { float: right; position: absolute!important; right: 7px; }
Hello, Your site seems fine. Is there any problem with plugin?
Hey, I have added a lot of css, you will see the issue if you comment the following “label { display: inline; }” By the way let me know if their is an easier way to, or if the problem was from somewhere else. If i’m the only one must it be due to my theme. Thanks anyway, very useful plugin. /*Toolbar color*/ #wpadminbar { background: #333; } /*Hide Forgot pass. + Search + Remember me*/ li#wp-admin-bar-lostpassword { display: none; } li#wp-admin-bar-search { display: none; } p.login-remember { display: none!important; } /*A lot of positioning*/ /*Nomad.Press*/ li#wp-admin-bar-wdcab_root { margin-left: 7px!important; } /*Login fields*/ li#wp-admin-bar-login { margin-right: 72px!important; float: right; } /*Force inline login fields*/ label { display: inline; } /*Right margin for all login elements*/ #adminloginform p { margin-right: 15px; } /*Vertically centered fields*/ #adminloginform .login-username input, #adminloginform .login-password input { margin: 0 0 4px 0!important; } #adminloginform #wp-submit { margin: 0 0 4px 0; } /*Register*/ li#wp-admin-bar-register { float: right; position: absolute!important; right: 7px; }