Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • soulroll Friend
    #144752

    Hi ,
    how do i change or extend the width of the template so the main and right module are wider?

    cheers guys

    noibihappy2009 Friend
    #319268

    1.
    <blockquote><div id=”ja-deco”>: template.css (line 662)

    #ja-deco {
    bottom:0;
    float:left;
    left:0;
    overflow:hidden;
    position:fixed;
    width:220px;

    </blockquote>
    for left side (avatar)

    2. Main

    #ja-main {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent none repeat scroll 0 0;
    margin:0 0 0 220px;
    padding:0 0 0 20px;
    }
    template.css (line 685)

    Edit margin left to fit your modified of left side.

    3. And width of main

    .main {
    margin-left:0;
    position:relative;
    width:720px;
    }
    template.css (line 656)

    noibihappy2009 Friend
    #319269

    Ops:
    For right module:

    1. Inc main size

    .main {
    margin-left:0;
    position:relative;
    width:720px;
    }
    template.css (line 656)

    2. Inc main body (frontpage)

    #ja-mainbody {
    float:left;
    overflow:hidden;
    width:758px;
    }
    template.css (line 691)

    3. And right:

    #ja-cols {
    float:right;
    width:220px;
    }
    template.css (line 712)

    You also need calc how width for main (total) and for each main & right

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

This topic contains 3 replies, has 2 voices, and was last updated by  noibihappy2009 14 years, 11 months ago.

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