Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Saguaros Moderator
    #560501

    Hi saswiss,

    You can try to change the position for the block code which shows that leading block


    <div class="magazine-section-heading magazine-item col col-xs-12 col-sm-6 col-md-<?php echo round((12 / $intro_columns)) ?>">
    <article>
    <div class="logo-text">
    <a title="<?php echo $sitename; ?>" href="<?php echo $siteUrl; ?>">
    <span><?php echo $sitename; ?></span>
    </a>
    </div>
    <h4 class="section-title"><?php echo $leading_title; ?></h4>
    <div class="section-info"><?php echo $section_info; ?></div>
    <?php if($section_link): ?><a href="<?php echo $section_link; ?>" class="btn btn-border">View all</a><?php endif; ?>
    </article>
    </div>

    It will look like this:


    1. leadingblock
    saswiss Friend
    #561969

    thanks for the response, but this will change all blocks? or will it just change one specific block. I have different blocks for different galleries, and wish each to have a different color and different layout. (as in my screenshot). Will this work?

    Saguaros Moderator
    #562264

    This change is applied for JA ACM module type of news featured – grid so it will effect to block has this type only.

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

This topic contains 3 replies, has 2 voices, and was last updated by  saswiss 9 years, 1 month ago.

The topic ‘Gallery layout order’ is closed to new replies.