mailchimp / email-blueprints

Email Blueprints is a collection of HTML email templates that can serve as a solid foundation and starting point for the design of emails

Home Page:http://templates.mailchimp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailchimp CSS code trouble

Simplifyadmin opened this issue · comments

Hi!
So I'm trying to get one line of text in the header to stay on one line when viewed on mobile devices, I've tried everything but just can't get it to stay on the one line.
Anyone able to help me?

I used the following code:

<style type="text/css">@media only screen and (max-width: 480px){ .bodyContent{display: inline-block !important;} } </style>