• Resolved Venus10

    (@venus10)


    Hi,
    I just checked my website on mobile and it seems that here the coming soon is not completely responsive. Can I change something or what did I wrong? On iPad and Desktop it works fine.
    http://skynd-music.com

    Thanks for feedback.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SeedProd

    (@seedprod)

    By default the background image is set to cover which means parts that don’t fit get cropped after scaling. You can add this custom css to make it stay contained. You may need to change the background color to be black.

    html{
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    }

    Thread Starter Venus10

    (@venus10)

    Thanks for your prompt feedback – it works.
    Regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Not completely responsive on mobile?’ is closed to new replies.