Thread Starter
Armard
(@armard)
Thanks for the reply. Here are a few links to screen shots I took of the issue.
Safari Browser on iPhone:
https://flic.kr/p/B6F1bq
Safari on Desktop
https://flic.kr/p/B7SrZ4
Chrome on Desktop
https://flic.kr/p/B5zcMU
I attempted to apply the following CSS to remedy the issue a few days ago.
.scale-with-grid {
width: 100%;
height: 100%;
}
#content {
width: 100%;
height: 100%
}
#optinforms-form5 {
font-size: 0.5em;
margin: 0;
background-color: red;
position: absolute;
width: 100%
height: 100%;
left: 0;
top: 0;
}
img {
width: 100%;
height: 100%;
}
You may have followed my original link after the change had been made. It helped the plugin look somewhat decent on mobile, but destroyed the aesthetics of your plugin when viewed on desktop.
I’ve removed my hacked together CSS so you should be able to see the problem live on the site now @ http://www.sourcepitchgrow.com/pitchguide
Thanks again for your time in trying to help me get this sorted out.