Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • yabtan Friend
    #166512

    Dear sir,
    how to change the layout style for this template (“1 left col”) to be the default for the whole site…

    Ninja Lead Moderator
    #402265

    You can just disable modules assigned to “right” position or move them to “left”, there will be only one column left then.

    yabtan Friend
    #402444

    I did that and it works, but suddenly the left is larger and take the place of both of them. See Attachements.
    To reset that anomaly I select the (2 col) in the layout menu.


    1. Correct
    2. larger
    Ninja Lead Moderator
    #402832

    Okay yabtan,

    You can continue doing some tweaks to make it look fine:
    1. open templatesja_fagusindex.php, find this line:


    <div id="ja-containerwrap<?php echo $divid ?>">

    change to:


    <div id="ja-containerwrap-c">

    2. open templates/ja_fagus/css/template.css, find this:


    #ja-colwrap {
    float: left;
    width: 44.9%;
    overflow: hidden;
    }

    change to:


    #ja-colwrap {
    float: left;
    width: 24.9%;
    overflow: hidden;
    }

    #. still in template.css, find this:


    #ja-content {
    float: right;
    width: 55%;
    background: url(../images/content-center.gif) repeat-y;
    }

    change to:


    #ja-content {
    float: right;
    width: 75%;
    background: url(../images/content-center.gif) repeat-y;
    }

    yabtan Friend
    #402884

    Dear Sir,

    Why this confusion?
    Could you please tell me:
    How in to set a layout – with 1 column, and that the width of the 1 col remain narrow ?

    Ninja Lead Moderator
    #403016

    Please show me your site, I can see and help you better then.

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

This topic contains 6 replies, has 2 voices, and was last updated by  Ninja Lead 12 years, 9 months ago.

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