Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • acusticambiente Friend
    #951511

    how do i customize the Module to achieve it?

    Pankaj Sharma Moderator
    #951634

    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 .

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum