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ć"
Responsive module issue
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 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;
}
}
saguaros locked the discussion.