Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • SHoggard Friend
    #146236

    How do I change Template with & make it wider? 1000 px

    While keeping the display area of the Module positions Col_mas 1&2, Right & Left the same size (they’re a percentage of the total So where is their paramaters defined? )

    gray Friend
    #324504

    TEMPLATE with is set in layout.css


    /* MAIN LAYOUT DIVS
    --------------------------------------------------------- */
    .wrap { width: 100%; clear: both; }
    .main { width: 980px; margin: 0 auto; position: relative;}

    Chage the width in px.

    As regards width of columns, look at this thread.

    SHoggard Friend
    #324658

    <blockquote>As regards width of columns, look at this thread.</blockquote>

    That was close,but controls the left & right columns…

    I’m actually looking at incresing the main content width & reducing the col_mas columns – having increased the overall width to 1000px I can work out the % the col_mas have to be – If I can only find out where!

    I’m using the default (right-aligned) template

    gray Friend
    #324675

    Try in layout.css


    /* MAIN COLUMN
    --------------------------------------------------------- */
    #ja-mainbody { float: left; }
    #ja-current-content, #ja-main {
    float: right;
    width: 500px !important;
    }

    That should change width of main area.

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

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

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