Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • herbertk Friend
    #123865

    Hello,

    How can I change the layout to have the main menu on the left side of the main body. I have tried the fix from the forum, but that is not working.

    Khanh Le Moderator
    #233024

    Change in template_css.css.
    Search


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

    and change to


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

    Search:


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

    And change to:


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

    yourgree Friend
    #234718

    I attempted this change but the second part of the change you note

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

    doesn’t appear in the template css anywhere.

    Am I missing something or is there a different line of code I should be looking for?

    Thanks.

    3by400inc Friend
    #282055

    Here is the string to replace:

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

    This fix worked for me!

    Thanks,
    Beth

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

This topic contains 4 replies, has 4 voices, and was last updated by  3by400inc 15 years, 11 months ago.

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