diff --git a/wp-content/themes/twentyfifteen/js/functions.js b/wp-content/themes/twentyfifteen/js/functions.js index 5f7980b8e0..9415ba556d 100644 --- a/wp-content/themes/twentyfifteen/js/functions.js +++ b/wp-content/themes/twentyfifteen/js/functions.js @@ -57,7 +57,7 @@ documentHeight = $document.height(); sidebarHeight = $sidebar.height(); - if ( 955 >= windowWidth ) { + if ( 955 > windowWidth ) { top = bottom = false; $sidebar.removeAttr( 'style' ); }