Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    hi @elnath,

    Please apply this CSS code to plugin custom CSS ( Login Form Setting > Custom CSS)

    @media(min-width: 280px) and (max-width:480px ){
      div#login{
    	padding-left: 15px;
    	padding-right: 15px;
         }
      }

    Apply the above solution and notify us.

    Thank you.

    Thread Starter Syncly.it

    (@elnath78)

    This did it! however I’m still unable to set the background to cover on small devices:

    @media(min-width: 280px) and (max-width:480px ){
        div#login{
            paddding-left: 15px;
        	padding-right: 15px;
        }
        body{
            background-size:cover !important;
        }
    }
    • This reply was modified 7 years, 3 months ago by Syncly.it.
    • This reply was modified 7 years, 3 months ago by Syncly.it.
    Plugin Author weblizar

    (@weblizar)

    Hi @elnath78,

    Can you share a screenshot about this issue?

    We will investigate and try to fin in next update.

    Thanks

    Thread Starter Syncly.it

    (@elnath78)

    Hi,

    Just try to login at the link above, you will see the background does not cover regardless the rule, are you setting it somewhere else or forcing it other than with CSS?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘page not responsive’ is closed to new replies.