فهرست منبع

Photos: Fix responsive menu

Niels Lange 5 سال پیش
والد
کامیت
8505cfc199
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      photos/js/global.js

+ 1 - 1
photos/js/global.js

@@ -3,7 +3,7 @@
 	var body, header, content, hero, adminBar, adminHeight = 0, headerHeight = 0, extraSpacing = 0, resizeTimer;
 	var body, header, content, hero, adminBar, adminHeight = 0, headerHeight = 0, extraSpacing = 0, resizeTimer;
 
 
 	function contentPadding() {
 	function contentPadding() {
-		if ( window.innerWidth >= 768 ) {
+		if ( window.innerWidth >= 658 ) {
 			content.css( 'padding-top', header.outerHeight() );
 			content.css( 'padding-top', header.outerHeight() );
 		} else {
 		} else {
 			content.css( 'padding-top', '' );
 			content.css( 'padding-top', '' );