diff --git a/templates_user/page-contact-v7.php b/templates_user/page-contact-v7.php index c3ecc00..ed889fa 100644 --- a/templates_user/page-contact-v7.php +++ b/templates_user/page-contact-v7.php @@ -900,7 +900,7 @@ -
+
@@ -1356,4 +1356,13 @@ $('#showroom-popup').removeClass('active'); }); }); + + $(document).ready(function() { + $('body').on('click', '.box-6 .box-info .box-info-right', function(e){ + e.preventDefault() + + $(this).toggleClass('active') + $('.box-6 .c-row-2').slideToggle() + }) + }) \ No newline at end of file