Hi all. Please help me solve the problem with the module Frequently Asked Questions - JA ACM Module on the main page of the site Template, JA Law Firm. When you switch the question, the text tables are shifted down.
Thanks in advance.

    Hi hostrk

    You can try opening this file:

    /templates/ja_lawfirm/acm/container-tabs/tmpl/style-1.php

    Add this script at the end of file:

    <script>
    (function($){
    $(document).ready(function(){
    $('.acm-container-tabs .tab-pane').removeClass('show');
    });
    })(jQuery);
    </script>

    Then clear all caches.

    Thanks for your help! It all worked out!

    Write a Reply...
    You need to Login to view replies.