test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • amit2403 Friend
    #134186

    Hi there.
    My homepage URL is:
    http://vitruvian.funterz.com

    Now the problem is here:
    http://vitruvian.funterz.com/index.php?option=com_content&view=article&id=60&Itemid=37

    and here:
    http://vitruvian.funterz.com/index.php?option=com_prof3tablog&Itemid=50

    As you can see, the modules in the left hand side are shifted to the bottom.
    Don’t know why this is happening. Seems to be some CSS issue since it works properly in
    Firefox 3.
    Please help me out in resolving this since the website will be live (on another domain in 2 days)

    Thanks,
    ~Amit

    John Wesley Brett Moderator
    #274420

    Amit,

    First of all I’m not seeing any problems with the left column in IE7 in either of those two pages.

    I do, however, see some bleed over in your content area and perhaps these minor adjustments might help solve what you are seeing. If not you can always go back.

    in template.css (line 840)

    Change from this:


    #ja-mainbody #ja-contentwrap {
    float:right;
    width:75%;
    }

    To this:


    #ja-mainbody #ja-contentwrap {
    float:right;
    width:72%;
    }

    And in template.css (line 869)

    Change from this:


    #ja-content {
    padding:0 20px 0 40px;
    }

    To this:


    #ja-content {
    padding:0 20px 0 30px;
    }

    I’m also seeing some of the rotating quotes at the bottom are being cut off. Perhaps using a different font or a smaller font size would be better.

    Good luck! Have fun!
    John.

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

This topic contains 2 replies, has 2 voices, and was last updated by  John Wesley Brett 16 years, 1 month ago.

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