ss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
23 additions
and
2 deletions
| 1 | .collapsing { | ||
| 2 | overflow: visible !important; | ||
| 3 | } | ||
| 4 | |||
| 1 | #wrapper-navbar{ | 5 | #wrapper-navbar{ |
| 2 | position: relative; | 6 | position: relative; |
| 3 | z-index: 999; | 7 | z-index: 999; |
| ... | @@ -6,13 +10,14 @@ | ... | @@ -6,13 +10,14 @@ |
| 6 | height: 768px; | 10 | height: 768px; |
| 7 | clear: both; | 11 | clear: both; |
| 8 | vertical-align: top; | 12 | vertical-align: top; |
| 9 | padding: 41px 27px 41px 42px; | 13 | padding: 41px 27px 41px 22px; |
| 10 | background-color: #F6F6F6; | 14 | background-color: #F6F6F6; |
| 11 | box-shadow: 0px 3px 6px #00000029; | 15 | box-shadow: 0px 3px 6px #00000029; |
| 12 | transition: 0.5s; | 16 | transition: 0.5s; |
| 13 | @media only screen and (max-width: 1260px) { | 17 | @media only screen and (max-width: 1260px) { |
| 14 | position: absolute; | 18 | position: absolute; |
| 15 | right: -275px; | 19 | right: -275px; |
| 20 | top:0px; | ||
| 16 | } | 21 | } |
| 17 | 22 | ||
| 18 | } | 23 | } |
| ... | @@ -24,7 +29,7 @@ | ... | @@ -24,7 +29,7 @@ |
| 24 | z-index: 999; | 29 | z-index: 999; |
| 25 | position: absolute; | 30 | position: absolute; |
| 26 | right: 290px; | 31 | right: 290px; |
| 27 | top: 20px; | 32 | top: 60px; |
| 28 | height: 54px; | 33 | height: 54px; |
| 29 | width: 54px; | 34 | width: 54px; |
| 30 | background-color: #1A3668; | 35 | background-color: #1A3668; |
| ... | @@ -120,3 +125,19 @@ | ... | @@ -120,3 +125,19 @@ |
| 120 | } | 125 | } |
| 121 | } | 126 | } |
| 122 | } | 127 | } |
| 128 | .wsmenu-submenu { display: none; list-style-type:none; padding-left: 15px; } | ||
| 129 | .current-menu-item .wsmenu-submenu { display:block; } | ||
| 130 | .current-menu-ancestor .wsmenu-submenu { display:block; } | ||
| 131 | |||
| 132 | |||
| 133 | // .dropdown-menu { | ||
| 134 | // display: block; | ||
| 135 | // position:relative !important; | ||
| 136 | // } | ||
| 137 | // .dropdown-toggle::after{ | ||
| 138 | // display: none; | ||
| 139 | // } | ||
| 140 | // .dropdown-menu{ | ||
| 141 | // all: unset; | ||
| 142 | // margin-left: 20px; | ||
| 143 | // } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment