rmclaughlin
Forum Replies Created
-
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Display on MobileThis is just a CSS styling issue. The form is wrapped in
<pre>tags which has thrown off the text word wrapping.To fix, either get rid of the
<pre></pre>tags surrounding the shortcode or add styling to your style.css as follows:pre { white-space: normal; }Forum: Plugins
In reply to: [Contact Form 7] HTML email adding P tags randomlyI got this same thing after exporting from Mailchimp. Tried the same thing as you guys and even went into the database to see if anything was going on there.
In the HTML I ended up removing the first table, which was blank and completely useless for my needs. I also stripped out the top body and head tags, and put the style tags into the body with the table. That got rid of it for me.
The code in question:
<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable"><tr><td align="center" valign="top" id="bodyCell"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="center" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%" id="templatePreheader"><tr><td align="center" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="600" class="templateContainer"><tr><td valign="top" class="preheaderContainer" style="padding-top:9px;">I don’t know if you solved this but if anyone else has issues it might help.