Hi Guys!
on the mobile devices the modules on the main page are one over other. Can you fix this bug and set them visible one by one?
Module ID for this is 101 - "Co musisz wiedzieć"

    Hi domir21,
    I have updated the /templates/ja_spa/acm/features-intro/tmpl/style-1.php file line 23:

    <?php if($helper->get('img-intro', $i)) : ?>
      <div class="features-item cto-has-bg" style="background-image: url('<?php echo $helper->get('img-intro', $i) ?>');">
    <?php else: ?>
      <div class="features-item cto-no-bg" style="background-image: url('<?php echo $helper->get('img-intro', $i) ?>');">
    <?php endif ; ?> 

    And add the following CSS code to your custom.css file:

      .acm-features.style-1 .features-item.cto-no-bg {
          height: fit-content;
      }

    Note: I have checked and see that you are using an error CSS structure and I have helped you update it.

      Hi dominic
      Thank you for your work 🙂
      We must correct two elements one more time. Please check the view:
      Under the hero module now we have a big space and one of the text module parts are still to short.


      Have a nice day!
      D.

        Hi domir21,
        I have checked and see that you have added the following CSS code to the custom.css file, I think you can remove this code:

        @media (max-width: 767.98px) {
        .acm-hero.style-1 {
            padding-bottom: 300px !important;
        } 
        .acm-features.style-1 .features-item .features-content {
            height: 800px !important;
        }
        }

          Hi domir21,
          I don't request to remove all the CSS 🙂.
          I have updated the custom.css file, you can check the site now.

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