diff --git a/css/style.css b/css/style.css index bee5bd9..5e4cc1e 100644 --- a/css/style.css +++ b/css/style.css @@ -2634,7 +2634,7 @@ ul.dropdown-menu li > li > a { position: absolute; left: 168px; right: 20px; - width: auto; + width: auto !important; } .modal-wrapper { diff --git a/js/theme_option.js b/js/theme_option.js index 80f22fd..8e77d31 100644 --- a/js/theme_option.js +++ b/js/theme_option.js @@ -1,12 +1,9 @@ $(window).resize(function() { + testRightSide(); reAppendModules(); }); -$(window).load(function() -{ - testRightSide(); -}); $(document).ready(function() diff --git a/sass/layout/_responsive.sass b/sass/layout/_responsive.sass index bc45639..a86588a 100644 --- a/sass/layout/_responsive.sass +++ b/sass/layout/_responsive.sass @@ -9,7 +9,7 @@ position: absolute left: $leftWidth right: 20px - width: auto + width: auto!important .modal-wrapper width: 85%