Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • DreamWeb Friend
    #141310

    Hi guys,

    Got a quick question. How can I fix the serious problem with Nagya where the right / left column content gets cut off? Right now I have to set a default height, but that’s a poor temp fix. The sidebar’s height should be generated based on amount of content / modules active. Here’s the site:

    http://tinyurl.com/q6ty64

    If you guys know the solution, I’d really appreciate it!

    Cheers!

    nguyenhuu quang Friend
    #305107

    CUT OFF/?
    Pls more descript. No problem on your site

    nguyenhuu quang Friend
    #305111

    template.css (line 574)

    #ja-colwrap {
    background-color:#D2CCC1;
    float:right;
    margin:-70px 0 0;
    min-height:750px;
    overflow:hidden;
    width:45.1%;
    }

    Replace to:

    #ja-colwrap {
    background-color:#D2CCC1;
    float:right;
    margin:-70px 0 0;
    min-height:1100px;
    overflow:hidden;
    width:45.1%;
    }

    DreamWeb Friend
    #305142

    That CSS change won’t fix the problem, I already have set a minimum height, but what I’m asking is to make the height of the sidebar automatic to the amount of content present. Please see screenshot below:

    http://tinyurl.com/oqhs9x

    I really need to resolve this issue today if possible.

    Thanks

    nguyenhuu quang Friend
    #305143

    yes, Pls change it. template.css (line 574)
    #ja-colwrap {
    background-color:#D2CCC1;
    float:right;
    margin:-70px 0 0;
    min-height:750px;
    overflow:hidden;
    width:45.1%;
    }
    min-height:750px; to min-height:1100px;

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

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

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