• Resolved gcopley6

    (@gcopley6)


    Hello, my login page does not appear to be mobile responsive. I reviewed previous posts and only found solution where some custom CSS (pasted below) was added to the plugin. This did not work. Please advise.Thanks

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

    The page I need help with: [log in to see the link]

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

    (@weblizar_support)

    Hi gcopley6,

    = We checked this issue.

    – Please apply this custom CSS

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

    – If the solution is not working, please notify us.

    Thanks.

    Thread Starter gcopley6

    (@gcopley6)

    Hi, this seems to have made things a bit better, but the actual form is still being cutoff slightly on my iphone screen.

    Thanks

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi gcopley6,

    Thank you for notifying us.

    We will change and prepare a better result in next update.

    Thanks.

    Plugin Author weblizar

    (@weblizar)

    Also, share a screenshot to find out where the problem exactly is?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not Mobile Responsive’ is closed to new replies.