Commit bde1169d authored by imac's avatar imac

[Bugfix]Responsive : Footer position on menu

parent 344a84b7
...@@ -958,6 +958,9 @@ aside.news-wrapper { ...@@ -958,6 +958,9 @@ aside.news-wrapper {
top: initial; top: initial;
opacity: 0.8; opacity: 0.8;
} }
.footer-home-content .footer{
display: none;
}
.footer-home-content .subcat{ .footer-home-content .subcat{
display: none; display: none;
} }
......
...@@ -28,8 +28,12 @@ $(function(){ ...@@ -28,8 +28,12 @@ $(function(){
nav.removeClass('ON').addClass("OFF"); nav.removeClass('ON').addClass("OFF");
nav.parent().removeClass("show-nav"); nav.parent().removeClass("show-nav");
} }
nav.stop().slideToggle(); setTimeout(function(){
checkFooterNavPosition(); checkFooterNavPosition();
},330)
nav.stop().slideToggle();
}); });
} }
//load content page on left Panel //load content page on left Panel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment