ludo974 I would like to be the same size as when it's three news but with four rectangle.
1) You can go to /acm/features-intro/tmpl/style-1.php and comment out this code like seen in screenshot :
<div class="col-md-4 col-lg-3">
<?php if($featuresIntro): ?>
<h3 class="acm-features-title">
<?php echo $featuresTitle; ?>
</h3>
<?php endif; ?>
<?php if($featuresIntro): ?>
<p class="acm-features-intro">
<?php echo $featuresIntro; ?>
</p>
<?php endif; ?>
</div>
and thereon, change this at around line 40:
<div class="col-md-8 col-lg-9">
to
<div class="col-md-12 col-lg-12">
2) In furtherance, Try add this to custom.css file and change value accordingly :
.acm-features.style-1 .owl-nav{left: -14.3333% !important;}
Kindly ensure to clear your browser cache if changes dont reflect