set smaller width for menu
This commit is contained in:
parent
c1ee9cddcd
commit
bb95ba933b
|
@ -826,7 +826,7 @@ function transdate(){
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$('.modules-menu-level-1').css('left','-'+$('.outdropdowns .dropdowns').offset().left+'px');
|
//$('.modules-menu-level-1').css('left','-'+$('.outdropdowns .dropdowns').offset().left+'px');
|
||||||
$(".downIcon").click(function() {
|
$(".downIcon").click(function() {
|
||||||
var move_to_target=function (stop) {
|
var move_to_target=function (stop) {
|
||||||
var theTop;
|
var theTop;
|
||||||
|
|
|
@ -179,12 +179,12 @@
|
||||||
@media(min-width:769px){
|
@media(min-width:769px){
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
left:0;
|
right: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
position: fixed!important;
|
position: fixed!important;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
width: 100vw;
|
width: 80vw;
|
||||||
box-shadow: 2px 2px 5px #00000033;
|
box-shadow: 2px 2px 5px #00000033;
|
||||||
margin: 0.8em 0;
|
margin: 0.8em 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue