diff --git a/inc/settings b/inc/settings index 18403e8..8b28d13 160000 --- a/inc/settings +++ b/inc/settings @@ -1 +1 @@ -Subproject commit 18403e8b19bcadff4a32c485597f580bb539612e +Subproject commit 8b28d1359ad491e7aaf7e9e9e48a7951beef39f7 diff --git a/readme.txt b/readme.txt index bd733e0..cd3a9d7 100644 --- a/readme.txt +++ b/readme.txt @@ -101,6 +101,10 @@ Original design files are available on [Google Drive](https://drive.google.com/f == Changelog == += 1.9.17 - 18 October 2024 = +* Ensured sticky logo always correctly aligned. +* Updated SiteOrigin Settings framework. + = 1.9.16 - 13 August 2024 = * Updated Tested up to and Required PHP tags. diff --git a/sass/site/header/_masthead.scss b/sass/site/header/_masthead.scss index 01c1745..de26483 100644 --- a/sass/site/header/_masthead.scss +++ b/sass/site/header/_masthead.scss @@ -141,7 +141,7 @@ } @at-root body.sticky-bar-out #masthead .alt-logo-scroll { - display: block; + display: inline-block; } } diff --git a/style.css b/style.css index 07d5cad..554a1c3 100755 --- a/style.css +++ b/style.css @@ -1654,7 +1654,7 @@ a { .alt-logo-scroll { display: none; } body.sticky-bar-out #masthead .alt-logo-scroll { - display: block; } + display: inline-block; } #masthead #masthead-widgets { margin: 60px auto; } #masthead #masthead-widgets::after {