Commit 4c1afacdc5bd38a577be9d800c6fad98aede54b7
1 parent
17b59e0c
123
Showing
2 changed files
with
12 additions
and
9 deletions
Show diff stats
frontend/views/layouts/main.php
@@ -78,7 +78,7 @@ | @@ -78,7 +78,7 @@ | ||
78 | </div> | 78 | </div> |
79 | </header> | 79 | </header> |
80 | <section class="menu"> | 80 | <section class="menu"> |
81 | - <div class="col-md-hidden hidemenu"> | 81 | + <div class="hidden-md hidemenu"> |
82 | <a href="#"></a> | 82 | <a href="#"></a> |
83 | </div> | 83 | </div> |
84 | <div class="container"> | 84 | <div class="container"> |
frontend/web/css/style.css
@@ -2055,6 +2055,10 @@ p.right{text-align: right;} | @@ -2055,6 +2055,10 @@ p.right{text-align: right;} | ||
2055 | justify-content: center; | 2055 | justify-content: center; |
2056 | align-items: center; | 2056 | align-items: center; |
2057 | } | 2057 | } |
2058 | +.hidemenu{ | ||
2059 | + height: 68px; | ||
2060 | + position: relative; | ||
2061 | +} | ||
2058 | /**/ | 2062 | /**/ |
2059 | @media (min-width: 1200px){ | 2063 | @media (min-width: 1200px){ |
2060 | .nav_up{ | 2064 | .nav_up{ |
@@ -2104,13 +2108,15 @@ p.right{text-align: right;} | @@ -2104,13 +2108,15 @@ p.right{text-align: right;} | ||
2104 | } | 2108 | } |
2105 | } | 2109 | } |
2106 | @media (max-width: 991px) { | 2110 | @media (max-width: 991px) { |
2107 | - .dropd_menu:before{display:none;} | ||
2108 | - .menu .openmenu{ | ||
2109 | - display:flex; | 2111 | + .menu .container { |
2112 | + padding: 0px; | ||
2110 | } | 2113 | } |
2111 | - .menu .container ul{ | ||
2112 | - display: none; | 2114 | + .menu .container ul { |
2115 | + padding: 13px 0px; | ||
2116 | + display: none; | ||
2117 | + border-top: 1px solid black; | ||
2113 | } | 2118 | } |
2119 | + .dropd_menu:before{display:none;} | ||
2114 | .post_1_main{margin-left:0;} | 2120 | .post_1_main{margin-left:0;} |
2115 | .carousel{margin: 0px auto;} | 2121 | .carousel{margin: 0px auto;} |
2116 | .post_1_start{padding-left:0px;} | 2122 | .post_1_start{padding-left:0px;} |
@@ -2142,9 +2148,6 @@ p.right{text-align: right;} | @@ -2142,9 +2148,6 @@ p.right{text-align: right;} | ||
2142 | top: 35px; | 2148 | top: 35px; |
2143 | width: 100%!important; | 2149 | width: 100%!important; |
2144 | } | 2150 | } |
2145 | - .minhide{ | ||
2146 | - display:flex!important; | ||
2147 | - } | ||
2148 | } | 2151 | } |
2149 | @media (max-width: 729px) { | 2152 | @media (max-width: 729px) { |
2150 | .post_cont{justify-content: center;} | 2153 | .post_cont{justify-content: center;} |