Merge pull request #1841 from Automattic/fix/#1840
Photos: Fix responsive menu
This commit is contained in:
commit
2a373eeea3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
var body, header, content, hero, adminBar, adminHeight = 0, headerHeight = 0, extraSpacing = 0, resizeTimer;
|
||||
|
||||
function contentPadding() {
|
||||
if ( window.innerWidth >= 768 ) {
|
||||
if ( window.innerWidth >= 658 ) {
|
||||
content.css( 'padding-top', header.outerHeight() );
|
||||
} else {
|
||||
content.css( 'padding-top', '' );
|
||||
|
|
Loading…
Reference in a new issue