diff --git a/plugins/mobile_unl/views/mobile/mobile_unl/css.php b/plugins/mobile_unl/views/mobile/mobile_unl/css.php
index 658b3519086961af76177c4b9de5fa2781f27b1b..df83e087ec0e142e7dace4f88f275226d406cc6e 100644
--- a/plugins/mobile_unl/views/mobile/mobile_unl/css.php
+++ b/plugins/mobile_unl/views/mobile/mobile_unl/css.php
@@ -52,7 +52,7 @@ body.landscapeRight #maincontent * {max-width:450px !important;}
 }
 #casOption .loginMessage {
 	float:left;
-	margin-left:10px;
+	margin-left:5px;
 	width:200px;
 }
 #elggOption {
diff --git a/plugins/mobile_unl/views/mobile/pageshells/pageshell.php b/plugins/mobile_unl/views/mobile/pageshells/pageshell.php
index af65a9bea82dd597d15f00905ba1914cc24e2001..8addd966886fa83d1756e253a0fa9f733f1155de 100755
--- a/plugins/mobile_unl/views/mobile/pageshells/pageshell.php
+++ b/plugins/mobile_unl/views/mobile/pageshells/pageshell.php
@@ -37,6 +37,7 @@ UNL_Templates::$options['version'] = 3;
 $page = UNL_Templates::factory('Mobile');
 $page->doctitle = '<title>'.$vars['title'].'</title>';
 $page->titlegraphic = '<h1><a href="'.$vars['config']->url.'" title="Planet Red Home">'.$vars['config']->sitename.'</a></h1>';
+$page->head .= '<meta name="viewport" content="width=320;" />';
 $page->head .= '<link rel="stylesheet" href="' . $vars['url'] .'_css/css.css?lastcache='.$vars['config']->lastcache.'>&amp;viewtype=mobile&view=mobile" type="text/css" />';
 $page->head .= '<script src="http://www.google.com/jsapi?key=ABQIAAAAwe1KxJQmdsBUA9Mt6kzATRTiIXXUG0D2APo0gbOVrrcYFR1BiRQFxzzCOWOXtlPqB8ZjQRcBMaFaOA" type="text/javascript"></script>';
 $page->head .= '