Using the same form on Site and Mobile

  • swurvradio
    Asked on July 14, 2015 at 3:05 PM

    What are the best options to have forms working on both site and mobile. Seems to have issues on www.swurvradio.com/hookup and swurvradio.com/djsubmission

  • Mike
    Replied on July 14, 2015 at 6:55 PM

    Thank you for contacting us.

    The issue seems to be caused by CSS on your website http://www.swurvradio.com/wp-content/themes/hickory/css/responsive.css?ver=4.2.2 file.

    Using the same form on Site and Mobile Image 1 Screenshot 20

    Please try changing the max-height:220px; part.

    .post-entry iframe {
    max-width:300px;
    max-height:220px;
    }

    For example, you can try max-height:100%; or completely remove that line.

    If you need any further assistance on this, please let us know.