Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions assets/scss/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,15 @@
}
}

@media screen and (min-width: 601px) and (max-width: 768px) {
.better-responsive-menu #site-navigation {
margin-top: 15px;
}

.main-navigation {
width: unset;
}
}
@media only screen and (max-width: 420px) {
#page {
width: 97%;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ and we will include it within the theme from next version update.
== Changelog ==
= TBD =
* Fix - JS error while certain header HTML element not rendered.
* Tweak - Mobile view navigation menu design.

= Version 1.7.1 - 2020-02-19 =
* Tweak - Refactor theme page according to WordPress theme guidelines.
Expand Down
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3574,6 +3574,15 @@ li.default-menu {
}
}

@media screen and (min-width: 601px) and (max-width: 768px) {
.better-responsive-menu #site-navigation {
margin-top: 15px;
}
.main-navigation {
width: unset;
}
}

@media only screen and (max-width: 420px) {
#page {
width: 97%;
Expand Down