Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • scotty Friend
    #130715

    Hi, currently if there is no content in the right column AND you have the JA Newsflash mod (Top) enabled, the left column stretches across to be the same width as TOP position. Is it possible via CSS to have it not do this? or is it more complicated than that?

    I would like it to look like this…

    In other words I want the left column to stay just as a single column (no stretch) and still be able to use the JA newsflash mod.

    thanks in advance!

    Sherlock Friend
    #259133

    Hi
    You must change so much , i will help you at first
    Edit index,php:
    search this line

    <div id="ja-colwrap">
    Change to

    <?php if ($ja_right!=null) { ?>
    <div id="ja-colwrap">
    <?php } else {
    ?>
    <div id="ja-colwrap1">
    <?php
    }
    ?>

    And add those lines into template.css

    #ja-colwrap1 {
    background: url(../images/col-center.gif) repeat-y center top;
    float: left;
    overflow: hidden;
    width: 20%;
    }

    Of course, you must work anymore

    scotty Friend
    #259177

    Thank you for your help nguoiabcd. I have made the changes and the results can be seen below. I now just need to get the main content moved over and get the correct backround on the left column.

    Could you tell me how to do this?

    Sherlock Friend
    #260055

    Hi
    You must change so much as you like, we only can supprort something not all
    Plz try your own, and ask when you tried

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

This topic contains 4 replies, has 2 voices, and was last updated by  Sherlock 15 years, 10 months ago.

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