
Kevin Eckley
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
Comments
Recent activity by Kevin Eckley-
Rainer Grabowski Are you available for hire on a Podio project? There are a number of calculations/automations that I would love to run on Podio, but lack the technical ability to create. Please le...
-
This is the css code I use to make my webform mobile responsive:div.container { width: 100% !important;}form#webform.webforms { width: 100% !important;}#webforms__fields-container { max-width: 500p...
-
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:...
-
Here is the code I have been using. Makes the webform mobile responsive on iPhone and keeps the webform centered when viewing on desktop. div.container { width: 100% !important;}form#webform.webfor...
-
Jay, that code worked good for me, but how can the text remain centered vs becoming left aligned? I ask because I don't know css all that well. Thanks