diff --git a/templates/versafix-1/template-versafix-1.html b/templates/versafix-1/template-versafix-1.html index d4dd15d8d..02abca291 100644 --- a/templates/versafix-1/template-versafix-1.html +++ b/templates/versafix-1/template-versafix-1.html @@ -191,7 +191,7 @@ frameTheme:preview { -ko-background-color: @[backgroundColor] } template preheaderText { label: Preheader; } - template { label: Page; theme: frameTheme; properties: preheaderVisible=true; version: 1.3.4; } + template { label: Page; theme: frameTheme; properties: preheaderVisible=true; version: 1.3.5; } footerBlock { label: Unsubscribe Block; theme: frameTheme } @@ -383,7 +383,11 @@ max-width: none !important; } } - /* previously used also screen and (max-device-width: 600px) but Yahoo Mail doesn't support multiple queries */ + + /* samsung email workaround */ + @media screen and (max-width: 384px) { + .mail-message-content { width: 414px !important; } + }