
Yes having same issue. Have confirmed it loads on a new LG phone but not on my S6.
Is anyone having issues with the display of fields on mobile responsive websites? I am having issues getting my custom CSS to display properly on mobile. Standard browser works perfectly.
Please sign in to leave a comment.
Yes having same issue. Have confirmed it loads on a new LG phone but not on my S6.
Try adding this custom css to your webform:
div.container {
width: 100% !important;
}
form#webform.webforms {
width: 100% !important;
}
#webforms__fields-container {
max-width: 500px !important;
margin: 0 auto;
}
#webform.webforms button {
display: block;
margin: 0 auto;
}