diff --git a/themes/modern2/assets/css/components/2-layout/header.scss b/themes/modern2/assets/css/components/2-layout/header.scss index 50a29ec12..0eade9eaf 100755 --- a/themes/modern2/assets/css/components/2-layout/header.scss +++ b/themes/modern2/assets/css/components/2-layout/header.scss @@ -69,3 +69,6 @@ display: none; } } +.mobileSearch { + display: block; +} diff --git a/themes/modern2/assets/css/components/2-layout/responsive.scss b/themes/modern2/assets/css/components/2-layout/responsive.scss index 2805662dd..3bee19117 100755 --- a/themes/modern2/assets/css/components/2-layout/responsive.scss +++ b/themes/modern2/assets/css/components/2-layout/responsive.scss @@ -227,6 +227,7 @@ } .search { &Modal { + display: block; @include transition; position: fixed; z-index: 1000; diff --git a/themes/modern2/assets/css/main.css b/themes/modern2/assets/css/main.css index 38413f249..4665f7a92 100755 --- a/themes/modern2/assets/css/main.css +++ b/themes/modern2/assets/css/main.css @@ -190,6 +190,10 @@ li { display: none; } +.mobileSearch { + display: block; +} + .footer { background: #242424; padding: 30px 0; @@ -2231,6 +2235,7 @@ li { } .searchModal { + display: block; transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; position: fixed; diff --git a/themes/modern2/pages/index.htm b/themes/modern2/pages/index.htm index 8b54a673d..c82428898 100644 --- a/themes/modern2/pages/index.htm +++ b/themes/modern2/pages/index.htm @@ -140,44 +140,7 @@ random = 0 -
-
-
- - - - - - - -
- -
- - -
-
-
+ \ No newline at end of file diff --git a/themes/modern2/partials/header.htm b/themes/modern2/partials/header.htm index 739ed0958..560055a4b 100644 --- a/themes/modern2/partials/header.htm +++ b/themes/modern2/partials/header.htm @@ -9,8 +9,8 @@ type = "single" random = 0 ==
- {% component 'adverts'%} -
+ {% component 'adverts'%} +
@@ -72,6 +72,44 @@ random = 0 +
+
+
+ + + + + + + +
+ +
+ + +
+
+