EduProduct
-
Posts
2 -
Joined
-
Last visited
Reputation Activity
-
EduProduct reacted to orangechandesign in Anchor links do not work correctly on mobile
@C-A Add the following code to "code injection" --> "footer".
<script>
$('.header-menu-nav-item > a').click(function() {
$('.header-burger-btn').click();
});
</script>