Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sanjiovani Friend
    #130016

    added new mod positions for template – i have been playing around with the width of the mod in the template but my lower spotlight mods at the bottom of the page extend past the page width

    http://www.fashionistas.ca

    Sherlock Friend
    #255397

    Hi sanjiovani !
    Please send screenshot , I have looked intoo your site , but couldn’t find new module in your site.

    sanjiovani Friend
    #255548

    i created user 10 and 11 and which references div id=”ja-botslwrap
    changed that to botslwrap1

    created botslwrap 1 and changed the width
    .narrow #ja-botslwrap1 {
    margin: 0 auto;
    width: 250px;
    }

    user 10 and 11 is the rss fashion news and ft television news

    also changed ($spotlight,90.9); from 99.9

    Sherlock Friend
    #255697

    Fixed by way :
    Code use in index.php file :


    <div id="ja-botslwrap1">
    <div id="ja-botsl" class="clearfix">
    <?php if( $this->countModules('user10') ) {?>
    <div class="ja-box<?php echo $botsl['user10']['class']; ?>" style="width: <?php echo $botsl['user10']['width']; ?>;">
    <jdoc:include type="modules" name="user10" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->countModules('user11') ) {?>
    <div class="ja-box<?php echo $botsl['user11']['class']; ?>" style="width: <?php echo $botsl['user11']['width']; ?>;">
    <jdoc:include type="modules" name="user11" style="xhtml" />
    </div>
    <?php } ?>
    </div>
    </div>

    code in template.css file :


    #ja-botslwrap1 li {
    background:none;
    }

    sanjiovani Friend
    #255858

    thanks that worked.

    the background for the left column extends to far down the page, how do i split the left column into to mod positions left and left1

    thank you
    http://www.fashionistas.ca

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

This topic contains 5 replies, has 2 voices, and was last updated by  sanjiovani 16 years, 5 months ago.

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