Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • veltink Friend
    #124778

    Hi there,

    I deleted column 2 (right) in the index.php of the template and wanted to move column 1(left) to the right, but it did not work out the way in wanted. The result can be found at: http://japanorama.leidenuniversity.info

    I have set the

    #ja-mainbody, #ja-mainbody-fl {
    float: left;
    width: 78%;
    }

    to

    #ja-mainbody, #ja-mainbody-fl {
    float: left;
    width: 100%;
    }

    and played around with the

    #ja-col1 div.ja-innerpad

    but I cannot get the frontpage to look the way I wanted it. :((

    Is there someone out there who can help me?

    Oscar Veltink
    Leiden University

    veltink Friend
    #235707

    I solved this myself by turning this:

    # Auto Collapse Divs Functions ##########
    $ja_left = mosCountModules(‘left’);
    $ja_right = mosCountModules(‘right’);

    into:

    # Auto Collapse Divs Functions ##########
    $ja_left = mosCountModules(‘left’);
    //$ja_right = mosCountModules(‘right’);

    I wonder whether this and other column issues in this forum are documented in the manual of Hedera.
    I think it should be, because the template is advertised with the adjustable Layout as one of its features…. :confused:

    etoel Friend
    #236138

    Did you ever get around to solve the issues with the two user modules stacking (Latest News and Popular)?

    veltink Friend
    #236156

    No, I am still wondering what that could be. In noticed that other browsers do not have that problem and that it is only IE. Maybe a moderator in this forum knows what to do.

    etoel Friend
    #236166

    Another user said in another thread that a mderator had helped him modify the css – I asked in the thread if he can make the changes public – he should.

    kwest1216 Friend
    #237853

    Did you solve this issue. I’m trying to delete the middle column and have my main content go all the way over to column 2. If so, could you let me know how you did it and if it was via this:

    <blockquote> solved this myself by turning this:

    # Auto Collapse Divs Functions ##########
    $ja_left = mosCountModules(‘left’);
    $ja_right = mosCountModules(‘right’);

    into:

    # Auto Collapse Divs Functions ##########
    $ja_left = mosCountModules(‘left’);
    //$ja_right = mosCountModules(‘right’);</blockquote>I

    What file do I find this in? THANKS!

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

This topic contains 6 replies, has 3 voices, and was last updated by  kwest1216 16 years, 10 months ago.

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