.................. WORDFLY FEATURE .................. I want to add the code that adds support for media queries (stackable columns, etc.) in Gmail. I also want to add the code that improves the bulleted text font-size rendering in Outlook. For "WordFly 3.0.0.699" emails and earlier ** Important note about this update ** Gmail's recent upgrades have allowed us to add support in some areas (stackable columns) but have resulted in reduced support in other areas (Scale on Mobile). In Gmail only, and only in responsive emails using the "Scale on Mobile" feature, the Two-Columns blocks will always show as 50%-50%. The Three-Columns blocks will always show as 33%-33%-33%. If your email does not use the Scale on Mobile feature, everything will work as it did before. We continually monitor the changes Gmail makes to its codebase and we hope they will add more support for this in the future. When they do, we'll let you know. .................. SOLUTION .................. STEP 1. Open the HTML Editor at the bottom of your email. STEP 2. Scroll down to approximately line #144 Can't find it? Click inside the HTML editor. Hit Control-F to search for "Media query resets" STEP 3. Replace this code: With this code: STEP 4. Scroll down to approximately line #203 Can't find it? Click inside the HTML editor. Hit Control-F to search for "font-size: 17px" STEP 4. Replace this code: p { font-size: 17px; line-height: 22px; text-align: center; } With this code: p, li { font-size: 17px; line-height: 22px; text-align: center; } STEP 5. Click Save