8bdb6906 by Jeff Balicki

menu fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 2eb53152
......@@ -15069,9 +15069,6 @@ body {
}
#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 {
width: 320px;
min-width: 320px;
max-width: 320px;
margin: 0;
padding: 0px 15px 18px 10px;
}
......@@ -15162,7 +15159,7 @@ body {
}
.home-header .content-container {
position: absolute;
bottom: 70px;
bottom: 0px;
width: 100%;
display: flex;
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 @@
}
.content-container{
position: absolute;
bottom: 70px;
bottom: 0px;
width: 100%;
display: flex;
flex-direction: column;
......
......@@ -80,9 +80,9 @@
}
#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 {
width: 320px;
min-width: 320px;
max-width: 320px;
//width: 320px;
//min-width: 320px;
//max-width: 320px;
margin: 0;
padding: 0px 15px 18px 10px;
}
......