@Joe - the reason you've got to add new rules for things like the textarea field (comments field) is that the height is getting set in the code to 30px and the height of the textar...
I like to use theform.mktoForm... {...} selector b/c it's "more specific" (adds the 'form' element to the selector) and will override styles without the 'form' element in the selec...
The textarea field gets it's height from the rows="" attribute via the forms2.css file that loads with the forms. The rows attribute is what gets set when you choose how many lines...
I think it's ok to have the table at 100% - that's probably meant for mobile and ESPs that don't read styles in the head (i.e. classes). I'd guess that you're missing the CSS for h...
Here's some styling for the buttons on the test form you've setup. I went to the website and pulled the red gradient from the menu there. You can adjust the padding to change the s...
First time flipping thru your pens, holy smokes ... you're a busy dude Good stuff here https://codepen.io/figureone/ MktoForms2 :: Select All Checkbox https://codepen.io/figureone...
Bryan, could you maybe do something like:When #SubscribeAll is checked, for each checkbox inside a fieldset -- fieldset input[type=checkbox] -- prop a value of "checked", AND prop ...
It looks like the structure of the page has changed a little since I wrote that CSS, we might need to dial in the styles a bit to the new attributes to get this to work. The styles...
Hey Gally-I put together some CSS to help center the form and get it to be a bit more responsive on your page.Here's what the styles look like when you apply them to the form and r...
Are you using custom fonts? That could be causing this issue as well. Here's a link to "web safe fonts" that you can expect to display the same across the inbox universe: CSS Web S...