Form Logo: Not resizing properly on mobile

  • powhatanmusic
    Asked on April 23, 2018 at 9:30 PM
    Secondly, regardless of what size I end up with for my form, my logo works fine on the desktop view, but doesn't automatically resize (down) to fit the view on an iPhone. Is there an auto-sizing option of some sort, or how would I accomplish this?
  • Mike
    Replied on April 23, 2018 at 9:42 PM

    Please try adding the next CSS to the form:

    .form-all:before {
    background-size: contain;
    }

    Form Logo: Not resizing properly on mobile Image 1 Screenshot 20

    It should automatically re-size the logo.

    Thank you.