Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • jorgechess Friend
    #120769

    Well… I have the main menu at left posición, but it appears at the middle right. I want to put the left menu at the left of the page. How can i do this? Can it be done with the joomla panel? Or wich files should I modify?
    Thank you

    Hieu Nguyen Admin
    #221859

    Open your template_css.css And find lines:

    #ja-mainbody #ja-contentwrap {
    float:left;
    width:75%;
    }

    Change float:left; to float:right;
    After that open file images/leftcol-right-bg.gif and make change to suitable for your layout.
    Hope it help.

    jorgechess Friend
    #221914

    I have obtained it! The main menu now I have it to the left side, but
    the image (*leftcol-right-bg.gif) *goes out for me** in the middle of
    the page.

    Since I can put it later of the main menu and the content of the body?

    Thanks

    Hieu Nguyen Admin
    #221927

    Send me your leftcol-right-bg.gif, i will help you change it to suitable for your layout.

    jorgechess Friend
    #221969

    I attach the file compressed in zip.
    Thank you.


    1. leftcol-right-bg.zip
    zandercent Friend
    #222084

    can we all have the outcome of this adjustment? seems a shame to put it to waste!

    zandercent Friend
    #222090

    Hi, I’ve also moved the column to the left – can I make it samller? What do I need to change to make the column ake up less of the left hand side of my page.
    thanks!

    Anonymous Moderator
    #313798

    Hi

    Please try with my guider:

    – Open templates/ja_wistery/css/template_css.css file
    + At about line 1164, find following code:


    #ja-mainbody #ja-contentwrap {
    float:left;
    width:75%;
    }

    and change to:


    #ja-mainbody #ja-contentwrap {
    float:right;
    width:75%;
    }

    + At about line 741, find following code:


    #ja-container {
    padding: 0;
    background: url(../images/leftcol-right-bg.gif) repeat-y 60% 0%;
    }

    and change to:


    #ja-container {
    padding: 0;
    background: url(../images/leftcol-right-bg.gif) repeat-y 115% top;
    }

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

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

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