Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • proscenio Friend
    #146347

    Once again, congratulations for the excellent work on the template. I would like to understand how to split the top positions (slideshow) in two different parts, one by 728px banner and another smaller one. Which files have to work?

    Thanks very much for your help

    Anonymous Moderator
    #325317

    Hi proscenio

    Please open templatesja_kyanite_iilayoutsblockstopsl.php file, find following code section:

    <jdoc:include type="modules" name="top" style="raw" />

    and change to:

    <div class="ja-top">
    <jdoc:include type="modules" name="top" style="raw" />
    </div>
    <?php if( $this->countModules('top1') ): ?>
    <div class="ja-top1">
    <jdoc:include type="modules" name="top1" style="JAxhtml" />
    </div>
    <?php endif; ?>

    – Open template.css file, add following code section to the end of file:

    .ja-top {
    float: left;
    width: 80%;
    }

    .ja-top1 {
    float: left;
    width: 20%;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 14 years, 11 months ago.

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