diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss
index d33b4a55ff2..f65d35fbc4c 100644
--- a/app/assets/stylesheets/desktop/topic-post.scss
+++ b/app/assets/stylesheets/desktop/topic-post.scss
@@ -549,11 +549,9 @@ iframe {
   }
 
   a.star {
-    margin-right: 7px;
+    margin: 10px 7px 20px 0;
     font-size: 20px;
-    margin-top: 10px;
     color: dark-light-diff($secondary, $primary, 80%, -20%) !important;
-
   }
   a.star.starred {color: $danger !important;}
 
@@ -577,10 +575,6 @@ iframe {
     }
   }
 
-  .title-wrapper {
-    float: left;
-  }
-
 }
 
 /* override docked header CSS for topics with categories */