diff --git a/src/common/pages/App/style.scss b/src/common/pages/App/style.scss
index 89cc211..7170d09 100644
--- a/src/common/pages/App/style.scss
+++ b/src/common/pages/App/style.scss
@@ -1,6 +1,6 @@
 .app-container {
   .mainContent {
-    width: calc(100vw - 5vw);
+    width: calc(100vw - 14vw);
     margin-left: 2.5vw;
     margin-right: 2.5vw;
     position: relative;
diff --git a/src/common/pages/Items/All/index.js b/src/common/pages/Items/All/index.js
index 6f123d8..610fa15 100644
--- a/src/common/pages/Items/All/index.js
+++ b/src/common/pages/Items/All/index.js
@@ -553,7 +553,7 @@ export default class All extends React.Component {
           }
 
           {data.map(item => {
-            return (
+            return (
               
             )
           })}
diff --git a/src/common/pages/Items/ItemCard/index.js b/src/common/pages/Items/ItemCard/index.js
index 44ce089..9b0214a 100644
--- a/src/common/pages/Items/ItemCard/index.js
+++ b/src/common/pages/Items/ItemCard/index.js
@@ -43,7 +43,7 @@ export class ItemCard extends React.Component {
         
         {/**/}
 
-        {(data.name.length > 14) ? data.name.substring(0,13)+`...` : data.name}} titleStyle={{fontWeight: 'bold', fontSize: 18, lineHeight: '30px', whiteSpace: 'nowrap'}}
+        {(data.name.length > 25) ? data.name.substring(0,24)+`...` : data.name}} titleStyle={{fontWeight: 'bold', fontSize: 18, lineHeight: '30px', whiteSpace: 'nowrap'}}
                    subtitle={{data.regular_price} Points}/>
         {/*{(data.name.length > 14) ? data.name.substring(0,13)+`...` : data.name}} titleStyle={{fontWeight: 'bold', fontSize: 18, lineHeight: '30px', whiteSpace: 'nowrap'}}*/}
                    {/*subtitle={
           
             
-              
-                Min. Points
-                
+              
+                
+                {/*Min. Points
*/}
+                {/**/}
 
-                Max. Points
-                
+                {/*Max. Points
*/}
+                {/**/}
 
-                Category
-                
+                {/*Category
*/}
+                {/**/}
               
             
            
diff --git a/src/common/pages/Vouchers/index.js b/src/common/pages/Vouchers/index.js
index 79ad780..982744d 100644
--- a/src/common/pages/Vouchers/index.js
+++ b/src/common/pages/Vouchers/index.js
@@ -216,7 +216,7 @@ export default class VouchersComponent extends React.Component {
     ];
 
     return (
-      
+      
         
           
             
diff --git a/src/common/pages/Vouchers/style.scss b/src/common/pages/Vouchers/style.scss
index 57971c8..64c9442 100644
--- a/src/common/pages/Vouchers/style.scss
+++ b/src/common/pages/Vouchers/style.scss
@@ -1,7 +1,7 @@
-.setting {
+.voucher {
   margin-left: auto;
   margin-right: auto;
-  margin-top: 20vh;
+  margin-top: 5vh;
   max-width: 70vw;
   p.pageTitle{
     font-size: 1.5rem;