Hi
first select the count to 4 articles from module : http://prntscr.com/bv34c9
The go to /html/mod_articles_category/triangle.php
Find
<div class="col-xs-12 col-sm-6 col-md-3 col-cmd-4 <?php if($count%2): echo 'triangle-up'; else: echo 'triangle-down'; endif; ?>">
replace it with
<div class="col-xs-12 col-sm-6 col-md-2 col-cmd-4 <?php if($count%2): echo 'triangle-up'; else: echo 'triangle-down'; endif; ?>">
And find this
<div class="col-xs-12 col-sm-6 col-md-3 col-cmd-12 category-info background-primary">
replace it with
<div class="col-xs-12 col-sm-6 col-md-4 col-cmd-12 category-info background-primary">
The module style only support 3 articles style , so you need to defined new style code in custom.css file to adjust it .