Mail Chimp & Form Width
Permalink
HI all,
Not sure who may also have come across this one but could use a hand.
I have a website that is responsive. The site also has the mailchimp add on so that customers can sign up to the distribution list.
The sign up form looks great on the normal view & also on the smaller iPhone & Android smart phone sized view, but when it is tablet size then the form looks off. See attached screenshot.
I have looked everywhere for the setting that will allow me to make the input fields auto width to fit the area they are placed in but to no avail. Can anyone offer any help?
Not sure who may also have come across this one but could use a hand.
I have a website that is responsive. The site also has the mailchimp add on so that customers can sign up to the distribution list.
The sign up form looks great on the normal view & also on the smaller iPhone & Android smart phone sized view, but when it is tablet size then the form looks off. See attached screenshot.
I have looked everywhere for the setting that will allow me to make the input fields auto width to fit the area they are placed in but to no avail. Can anyone offer any help?
Thanks for replying. I tried this and unfortunately it doesn't work. It makes the text entry areas stretch all the way across the page to the right for some reason.
If I set the value to 15 they display within the border area but then look very small when they are moved on the smaller screen.
Shall keep looking at this to see what else can be done.
If I set the value to 15 they display within the border area but then look very small when they are moved on the smaller screen.
Shall keep looking at this to see what else can be done.
You may want to try adding max-width in addition to the 100%, forcing it to be 100% up to a certain pixel width! I'm not at my desk and can't test this at the moment but I believe it should work!
guess i dont need to test it now that im home. Thanks Mike!!
Thanks guys -- works perfectly. Not sure which one of you to mark as the Best answer - should be able to do it to both but guess enlil was the one that suggested the max-width addition even if you provided the code. Thanks very much again.
Existing...
Change to...
Hope that helps.