From 7b0455f976f5a267ff0a4b047f546f8a512bc3d3 Mon Sep 17 00:00:00 2001 From: vinzv Date: Wed, 7 Oct 2020 22:47:50 +0200 Subject: [PATCH] Move the menu down hard --- view/theme/frio/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 7010f5e20..c6a66a823 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -631,6 +631,9 @@ nav.navbar .nav > li > button:focus #myNavmenu li.nav-sitename { font-weight: bold; } +#myNavmenu { + top: 50px; +} #topbar-first .dropdown.account li#nav-sitename { padding-left: 15px; padding-right: 15px;