Hi i have the following problem on that particular template and ACM module. I have a module on Section-top that displays in full width , but when i try to add another ACM with different settings on the same position below that, it gets assigned in the col-lg-6 class, and it is displayed like that,

I tried to manually assign the col-lg-12 on the module or select the bootstrap width from the options and nothing works. Do you have any suggestions for fixing this?

    slay Hello

    You can share the URL + super admin account of your site, I will check for you.

    • slay replied to this.

      slay These 2 modules are using the same style of JA ACM: Features Intro : style-4 so if you edit the layout file and remove that col-lg-6 class, it will affect both modules.

      I just duplicated these files:
      ROOT/templates/ja_morgan/acm/features-intro/style-4.php
      ROOT/templates/ja_morgan/acm/features-intro/style-4.xml

      to have a new one: style-42 and assign this style for the 2nd module and change:

      <div class="col col-md-12 col-lg-6">

      to

      <div class="col col-md-12">

      it's showing in full width now.

      Kindly check.

      Thank you very much.

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