Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • lucine Friend
    #151463

    Hi !

    I have a small problem of display in IE

    The “ja-botsl” is smaller that in firefox and not 100% of the template wide.

    You can see attachment ..

    Could you please help me ?


    1. botsl_problem_ie
    Sherlock Friend
    #345651

    Hi lucine,

    Please post your url here,we will have a closer look on the issue .

    mfcphil Friend
    #346003

    For the IE8 fix go to your index php file and find the following

    <!–>
    <style type=”text/css”>
    .clearfix {display: inline-block;}
    </style>
    <!–>

    and change to:

    <!–>
    <style type=”text/css”>
    .clearfix {display: block;}
    </style>
    <!–>

    Or you can

    go to your admin and find your index.php file
    add the following code into the first line of your <head> of that file

    <meta http-equiv=”X-UA-Compatible” content=”IE=7″ />

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

This topic contains 3 replies, has 3 voices, and was last updated by  mfcphil 14 years, 5 months ago.

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