File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -155,17 +155,16 @@ body.stellarnav-noscroll-x { overflow-x: hidden; }
155
155
/* mega dd */
156
156
157
157
158
- /* Fallback for slow javascript load */
159
- @media only screen and (max-width : 768px ) {
160
- .stellarnav { overflow : hidden; display : block; }
161
- .stellarnav ul { position : relative; display : none; }
162
- }
158
+
163
159
164
160
/* mobile nav */
165
- @media only screen and (max-width : 420 px ) {
161
+ @media only screen and (max-width : 768 px ) {
166
162
.stellarnav .mobile .call-btn-mobile .third span , .stellarnav .mobile .location-btn-mobile .third span { display : none; }
167
163
.stellarnav .mobile ul {
168
- position : absolute;
164
+ position : absolute;
165
+ width : fit-content;
166
+ display : block;
167
+ right : 1% ;
169
168
}
170
169
.stellarnav .mobile ul li : hover {
171
170
background-color : # d0fcf4 ;
You can’t perform that action at this time.
0 commit comments