• Resolved tjdyo

    (@tjdyo)


    I was able to get it centered before the update, but I cant remember exactly what I did. I cannot seem to get it to center above the webpage

    .login-float-container{
    	border-top:none;
    	height:35px;
    	width:150px;
    	min-height:30px;
    	min-width:150px;
        	position: relative;
        	margin-left: auto;
        	margin-right: auto;
    	z-index:100;
    	text-align:center;
    	border-style:solid;
    	box-shadow:0px 0px 0px #666;
    	font-size:17px;
    	border-width:1px;
    	background-color:#fff;

    Website: http://calibertv.net

    https://wordpress.org/plugins/floating-login/

    To the Author, do you think you could give it an option to not float and sit at the top centered (above the page)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author fozzyluke123

    (@fozzyluke123)

    Hi, sorry for taking so long to reply, if you add this line to your main stylesheet
    .login-float-container{
    right:0px !important;
    }
    then that should fix it.

    Thread Starter tjdyo

    (@tjdyo)

    Didn’t work, I don’t know why it wont take it.

    I cleared my caching plugin, disabled it, still wont change.

    Added this into my stylesheet as well:\

    .login-float-container{
    right:0px !important;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    }

    Plugin Author fozzyluke123

    (@fozzyluke123)

    hmm… when I look at your site the element is in the middle, not sure if you have solved it since then. If you are still having problems then you will have to clear your browser cache so you can see a brand new version of the site.

    I am marking this thread as resolved.

    Hello tjdyo,
    how did you do now hinbekommen? I like it very much
    can you help me..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I get it centered above page?’ is closed to new replies.