Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ruskenb Friend
    #140997

    Hi all,

    I would like to change the template width to 80% of the current width. Any thing that I should be of concern? Say maybe i would disrupt the layout for those modules including left and right.

    thanks.
    rusken

    nguyenhuu quang Friend
    #304008

    template.css (line 553)

    .main {
    margin:0 auto;
    width:980px;
    }

    980 x 80 : 100 = 784
    so replace with

    .main {
    margin:0 auto;
    width:784px;
    }

    ruskenb Friend
    #304079

    thanks, but not enough. Need to also change :
    [PHP]#ja-container-fl .main {
    background: url(../images/main-bg.gif) no-repeat center top;
    display: block;
    overflow: hidden;
    width: 784px;[/PHP]

    It’s width at line 596. But also still not enough. Body css is missing its border. and also the whole border with white background which also mission it’s css border. Banner, under the top menu, is also out of alignment.

    let me try further.

    nguyenhuu quang Friend
    #304099

    Good ONE.
    Alot of files need edit, css, background images….

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

This topic contains 4 replies, has 2 voices, and was last updated by  nguyenhuu quang 15 years ago.

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