Skip to content

Commit

Permalink
Merge branch 'release/1.9.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Oct 18, 2024
2 parents 1774f3e + 09b9132 commit 58d00dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inc/settings
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion sass/site/header/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}

@at-root body.sticky-bar-out #masthead .alt-logo-scroll {
display: block;
display: inline-block;
}
}

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 58d00dd

Please sign in to comment.