Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • kverweij Friend
    #137730

    Hi,

    Joomla quickstart 1.5 just installed
    http://www.viak.nl/bali

    I am just testing the website so there is a basic installation.

    I want the main menu to te left site and the body to the right. normally there is a position on the left but there is nothing there. Can you help me how i can start it, i am just a beginner sorry!

    thanks in advance!

    Anonymous Moderator
    #289636

    Hi,

    Please open file templates/ja_nagya/css/template.css, at about line 602, find following code section:

    #ja-containerwrap-c #ja-content {
    width:77%;
    }

    and change to:

    #ja-containerwrap-c #ja-content {
    width:77%;
    float:right;
    }

    At about line 606, find following code:

    #ja-containerwrap-c #ja-colwrap {
    background:transparent none repeat scroll 0 0;
    width:22%;
    }

    and change to:

    #ja-containerwrap-c #ja-colwrap {
    background:transparent none repeat scroll 0 0;
    float:left;
    width:22%;
    }

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

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

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