diff --git a/htdocs/css/openwebrx-header.css b/htdocs/css/openwebrx-header.css
index f9a765e9..35cd0e71 100644
--- a/htdocs/css/openwebrx-header.css
+++ b/htdocs/css/openwebrx-header.css
@@ -81,12 +81,13 @@
margin: auto 0;
}
-.webrx-rx-texts div {
+.webrx-rx-texts div, .webrx-rx-texts h1 {
margin: 0 10px;
padding: 3px;
white-space:nowrap;
overflow: hidden;
color: #909090;
+ text-align: left;
}
.webrx-rx-title {
diff --git a/htdocs/include/header.include.html b/htdocs/include/header.include.html
index 10541ce9..84084bb4 100644
--- a/htdocs/include/header.include.html
+++ b/htdocs/include/header.include.html
@@ -3,7 +3,7 @@