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

    (@seedprod)

    Looks like all your text is on your background image. Add this css to make it stay contained within the viewport.

    html{
    background-size: contain;
    }

    Thread Starter emmahilton

    (@emmahilton)

    Perfect, thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not mobile responsive’ is closed to new replies.