diff --git a/app/assets/stylesheets/desktop/header.scss b/app/assets/stylesheets/desktop/header.scss
index b901e6107..b8300e459 100644
--- a/app/assets/stylesheets/desktop/header.scss
+++ b/app/assets/stylesheets/desktop/header.scss
@@ -6,6 +6,7 @@
   left: 0;
   z-index: 1000;
   padding-top: 3px;
+  height: 60px;
   .fa-home {
     padding-right: 3px;
     padding-top: 3px;
diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss
index d2172bccc..2aa8ab760 100644
--- a/app/assets/stylesheets/desktop/topic-post.scss
+++ b/app/assets/stylesheets/desktop/topic-post.scss
@@ -349,7 +349,7 @@ a.star {
   }
 
   h4 {
-    margin: 0 0 3px 0;
+    margin: 1px 0 2px 0;
     color: scale-color($primary, $lightness: 50%);
     font-weight: normal;
     font-size: 12px;
@@ -399,12 +399,14 @@ a.star {
   }
 
   .map {
+    .secondary {text-align: center;}
     li {
       float: left;
       padding: 7px 11px;
       &:last-of-type {
         border-right: 0;
       }
+      &:nth-child(3) { text-align:center; }
     }
     a, .number {
       line-height: 20px;
diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss
index c27ec67ae..ccac704a2 100644
--- a/app/assets/stylesheets/desktop/topic.scss
+++ b/app/assets/stylesheets/desktop/topic.scss
@@ -41,7 +41,7 @@
     line-height: 1.2em;
     overflow: hidden;
     a {color: $primary;}
-    a.badge-category { vertical-align: top; margin-top: 4px; }
+    a.badge-category { vertical-align: top; margin-top: 2px; }
     a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
   }
   .topic-statuses {