set smaller width for menu

This commit is contained in:
rulingcom 2021-12-07 05:50:48 +00:00
parent c1ee9cddcd
commit bb95ba933b
2 changed files with 3 additions and 3 deletions

View File

@ -826,7 +826,7 @@ function transdate(){
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() {
var move_to_target=function (stop) {
var theTop;

View File

@ -179,12 +179,12 @@
@media(min-width:769px){
flex-wrap: wrap;
justify-content: flex-start;
left:0;
right: 0;
display: flex;
visibility: hidden;
position: fixed!important;
opacity: 0;
width: 100vw;
width: 80vw;
box-shadow: 2px 2px 5px #00000033;
margin: 0.8em 0;
padding: 0;