diff --git a/src/css/components/_header.css b/src/css/components/_header.css index 511837f70..e18103812 100644 --- a/src/css/components/_header.css +++ b/src/css/components/_header.css @@ -9,6 +9,7 @@ .header__container { display: flex; justify-content: space-between; + align-items: center; } .header__row-1 { @@ -16,13 +17,18 @@ } .header__row-1, -.header__row-2 { +.header__row-2 +.header__row-3 { align-items: center; display: flex; justify-content: flex-end; width: 100%; } +.header__row-2 { + margin-right: 1rem; +} + @media (max-width: 1150px) and (min-width: 767px) { .header__column { width: 100%; @@ -46,6 +52,7 @@ .header__row-2 { justify-content: center; padding: 1.05rem; + margin-right: 1rem; } } @@ -98,9 +105,9 @@ margin-top: 0.7rem; } -.header__logo--main { +/* .header__logo--main { padding-top: 1rem; -} +} */ /* Search bar */ diff --git a/src/templates/partials/header.html b/src/templates/partials/header.html index 709929d99..00fc3c36a 100644 --- a/src/templates/partials/header.html +++ b/src/templates/partials/header.html @@ -32,7 +32,7 @@ {# Header navigation row one #} -
+ {# Header navigation row two #} @@ -72,6 +72,31 @@
+ {# Header navigation row three #} + +
+
+ {% if content.translated_content|length || is_listing_view && group.translations %} +
+ {% endif %} +
+
+
+ +
+ {% module "button" + path="../../modules/button", + button_text="Go Home" + link={ + "url": + { + "type": "EXTERNAL", + "href": "/" + }, + "open_in_new_tab": false, + "no_follow": false + } + %}