diff --git a/app/assets/javascripts/discourse/templates/header.js.handlebars b/app/assets/javascripts/discourse/templates/header.js.handlebars
index 71e4ad35791..a38ced890f4 100644
--- a/app/assets/javascripts/discourse/templates/header.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/header.js.handlebars
@@ -3,35 +3,6 @@
{{home-logo minimized=showExtraInfo}}
- {{#if showExtraInfo}}
-
- {{/if}}
-
{{#unless currentUser}}
{{#if showSignUpButton}}
@@ -120,6 +91,36 @@
{{render "userDropdown"}}
+
+ {{#if showExtraInfo}}
+
+ {{/if}}
+
diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss
index 6ed2b056ac2..87563cbc1ee 100644
--- a/app/assets/stylesheets/desktop/topic-post.scss
+++ b/app/assets/stylesheets/desktop/topic-post.scss
@@ -522,20 +522,7 @@ iframe {
}
.extra-info-wrapper {
- float: left;
- width: 78%;
-
- @media all and (max-width : 1080px) {
- width: 75%;
- }
-
- @media all and (max-width : 870px) {
- width: 70%;
- }
-
- @media all and (max-width : 725px) {
- width: 61%;
- }
+ overflow: hidden;
.topic-statuses {
i { color: $header_primary; }