• Resolved rockinaway

    (@rockinaway)


    Hi,

    I am using the plugin to customise my login page with a split of an image to the left and the login on the right. However, when I view this on mobile devices, the login form is fine but the links like Register or return to the website are present over the background image and so can’t be see as compared to having a solid background colour behind them like they are in the desktop view.

    Any help with this?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support beatrice12

    (@beatrice12)

    Hi @rockinaway,

    Thank you for reaching out to us!

    We tested it on 2 devices and everything is displayed properly. Please see screenshot here: https://imgur.com/IpINGLH

    Can you please send us a screenshot with the error you encounter and also let us know on what mobile you test it?

    Thank you,
    Beatrice.

    Thread Starter rockinaway

    (@rockinaway)

    Hi,

    Thanks for getting back to me. I managed to correct this by adding some custom CCS:

    @media only screen and (max-width: 600px) {
      .ml-container .ml-extra-div {
    		background-image:none !important;
        background-color: #f0f0f0 !important;
      }

    Without this, the grey background wasn’t showing behind the form and the image of the books was instead.

    Plugin Support beatrice12

    (@beatrice12)

    Hi @rockinaway,

    I’m glad you managed to correct this! Thank you very much for letting us know! I’m sure it would help other users too!

    Warmly,
    Beatrice.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile view form not including links’ is closed to new replies.