diff --git a/docs/site/css/main.css b/docs/site/css/main.css
index 9dab20ad74a..b3200580399 100755
--- a/docs/site/css/main.css
+++ b/docs/site/css/main.css
@@ -428,6 +428,11 @@ ul {
transition: all 0.3s ease;
}
+.language-switcher--home .menu {
+ position: absolute;
+ bottom: initial;
+}
+
.page-header.fixed .menu {
top: 3.3em;
}
@@ -1425,6 +1430,10 @@ ul {
/*
Menu
*/
+ .menu {
+ position: absolute;
+ }
+
.main-nav {
position: absolute;
top: 1.2em;
diff --git a/docs/site/home.html b/docs/site/home.html
index d02c4b8a6ae..69e28d47e8a 100755
--- a/docs/site/home.html
+++ b/docs/site/home.html
@@ -1,6 +1,6 @@