Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • cstibi Friend
    #127580

    Hi! I need the whole page oriented left, like this: http://www.origo.hu
    What lines I have to write in the JA_Barite template.css files?

    thanks,
    cstibi

    Nam Nguyen Phi Friend
    #245628

    You mean you want to clone http://www.origo.hu site?
    Regards.

    cstibi Friend
    #245646

    No. I just want to align my whole site left, like that page. But I have the right code:

    #ja-wrapper {
    width: 970px;
    margin: 0;
    }

    Nam Nguyen Phi Friend
    #245651

    Yes, to align all site to left, in Ja Barite, You must modify in index.php.
    Pls open /ja_barite/index.php, find this code:

    <style type="text/css">
    #ja-header,
    #ja-subnav,
    #ja-container,
    #ja-botsl,
    #ja-footer {
    width: <?php echo $tmpWidth; ?>;
    margin: 0 auto;
    }

    </style>

    replace it by

    <style type="text/css">
    #ja-header,
    #ja-subnav,
    #ja-container,
    #ja-botsl,
    #ja-footer {
    width: <?php echo $tmpWidth; ?>;
    margin: 0 auto;
    float: left;
    }

    </style>

    Goodluck!

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

This topic contains 4 replies, has 2 voices, and was last updated by  Nam Nguyen Phi 16 years, 6 months ago.

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