8bdb6906 by Jeff Balicki

menu fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 2eb53152
...@@ -15069,9 +15069,6 @@ body { ...@@ -15069,9 +15069,6 @@ body {
15069 } 15069 }
15070 15070
15071 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { 15071 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
15072 width: 320px;
15073 min-width: 320px;
15074 max-width: 320px;
15075 margin: 0; 15072 margin: 0;
15076 padding: 0px 15px 18px 10px; 15073 padding: 0px 15px 18px 10px;
15077 } 15074 }
...@@ -15162,7 +15159,7 @@ body { ...@@ -15162,7 +15159,7 @@ body {
15162 } 15159 }
15163 .home-header .content-container { 15160 .home-header .content-container {
15164 position: absolute; 15161 position: absolute;
15165 bottom: 70px; 15162 bottom: 0px;
15166 width: 100%; 15163 width: 100%;
15167 display: flex; 15164 display: flex;
15168 flex-direction: column; 15165 flex-direction: column;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 } 20 }
21 .content-container{ 21 .content-container{
22 position: absolute; 22 position: absolute;
23 bottom: 70px; 23 bottom: 0px;
24 width: 100%; 24 width: 100%;
25 display: flex; 25 display: flex;
26 flex-direction: column; 26 flex-direction: column;
......
...@@ -80,9 +80,9 @@ ...@@ -80,9 +80,9 @@
80 } 80 }
81 81
82 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { 82 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
83 width: 320px; 83 //width: 320px;
84 min-width: 320px; 84 //min-width: 320px;
85 max-width: 320px; 85 //max-width: 320px;
86 margin: 0; 86 margin: 0;
87 padding: 0px 15px 18px 10px; 87 padding: 0px 15px 18px 10px;
88 } 88 }
......