Skip to content

Commit

Permalink
Merge pull request #51 from lightspeedwp/header-menu-responsive-bugs
Browse files Browse the repository at this point in the history
Header menu responsive bugs
  • Loading branch information
Justinabes007 authored Sep 22, 2023
2 parents 5cf1048 + 3fb1e2c commit 30c3d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ body .wp-block-navigation .wp-block-navigation-item__description {
footer .has-contrast-background-color .wp-block-social-links:not(.is-style-logos-only) footer .has-contrast-background-color .wp-block-social-links .wp-social-link a{
color:#000!important;
}
@media screen and (max-width:899px) {
@media screen and (max-width:1028px) {
.wp-block-navigation__responsive-container-open:not(.always-shown){
display: block;
}
Expand Down

0 comments on commit 30c3d3e

Please sign in to comment.