diff --git a/themes/default-bootstrap/css/global.css b/themes/default-bootstrap/css/global.css index c8a4e3f02..8c0eaa102 100644 --- a/themes/default-bootstrap/css/global.css +++ b/themes/default-bootstrap/css/global.css @@ -5297,7 +5297,7 @@ div.star a:hover { position: relative; } #header .header-row:first-child { background-color: #333333; } - #header .header-row .container { + #header .header-row > .container { position: relative; } #header .header-row .shop-phone { display: block; diff --git a/themes/default-bootstrap/sass/global.sass b/themes/default-bootstrap/sass/global.sass index 8bd3d1a26..51c0bd1cd 100644 --- a/themes/default-bootstrap/sass/global.sass +++ b/themes/default-bootstrap/sass/global.sass @@ -1464,7 +1464,7 @@ div.star a:hover position: relative &:first-child background-color: $dark-background - .container + > .container position: relative .shop-phone display: block