Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • david892 Friend
    #143370

    Hi guys,

    As mentionned in my other thread, many thanks go to people who will try to solve my problem! Please look at the image attached to this message for a visual explanation.

    Problem: When viewing with IE7, text is moved completely to the right. However, when viewing in IE8 or Firefox, it displays fine like in the demo version. I tried to make my images a little wider, but the text just refuses to go down.

    Website: http://hockey.tremblaylecuyer.com
    Joomla Version: 1.5.14
    Template modifications: I played with the main logo in order to make the space wider.

    Compatibility Plugin
    I installed the IE8 compatibility plugin for my site. The problem I have with this solution is that I currently have display issues in both IE7 and IE8. So turning compatibility on does not really help, because it solves some problems while creating some others.

    Thanks! you ROCK! 😎

    Anonymous Moderator
    #314222

    Hi

    Open templates/ja_uvite/css/ja.news.css file, at about line 108, find following code:

    .jazin-content img {
    background: #5E1F10;
    border: 1px solid #A2893E;
    margin: 10px 0;
    padding: 0px;
    }

    and change to:

    .jazin-content img {
    background: #5E1F10;
    border: 1px solid #A2893E;
    margin: 10px 0;
    padding: 0px;
    float: left;
    }

    + Add following code to the end of this file

    .jazin-content p{
    float: left;
    }

    david892 Friend
    #314341

    Great job! It works perfectly! Thank you so much for your help! You’re the man!

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

This topic contains 3 replies, has 2 voices, and was last updated by  david892 15 years, 3 months ago.

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