Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • imported_lorenzoadorni Friend
    #1056287

    Hello,
    I need to eliminate (not display) the firs block ("how we are different" and "over 20 years of" with text) of the intro under the slideshow.
    I need to have 4 box inline.
    url: http://www.maximal.it/nuovosito/index.php?option=com_content&view=featured&Itemid=101&lang=it

    Thank’s


    1. how-we-differnt
    Pankaj Sharma Moderator
    #1056383

    Hi
    Try this
    open template folder /acm/feature-intro/tmpl/style-1.php
    Find and remove this code

        <div class="col-md-4 col-lg-3">
                    <div class="features-intro">
                        <?php if($modTitle) :?>
                            <div class="label-small">
                                <?php echo $modTitle;?>
                            </div>
                        <?php endif;?>
                        <?php if($featuresIntro): ?>
                        <h2 class="acm-features-title">
                            <?php echo $featuresTitle; ?>
                        </h2>
                        <?php endif; ?>
    
                        <?php if($featuresIntro): ?>
                        <p class="acm-features-intro">
                            <?php echo $featuresIntro; ?>
                        </p>
                        <?php endif; ?>
                    </div>
                </div>

    Now find

    <div class="col-md-8 col-lg-9">

    replace it with

    <div class="col-md-8 col-lg-12">

    save and check.

    Regards

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, 3 months ago.

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