Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • denouncer Friend
    #143803

    While adjusting the content in the ‘Latest Videos’ panel on the right hand side, I’ve found that the CSS hasn’t been applied correctly in IE. Instead of the preview image aligning to the right, it’s being pushed to the right by the text description on the left. So as soon as the description is shorter, the images go out of alignment. I’ve attached an image to show the problem in IE8.

    It doesn’t seem to be a problem in Firefox.

    Anyone know what CSS needs to be applied to fix this?

    Thanks


    1. latest_videos
    mihirc Friend
    #315737

    Hello,

    From the top of my head.

    Try the following code to fix the issue your site has in ie8 (BACKUP FIRST)

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

    and change to:

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

    Regards,
    Mihir Chhatre.

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

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

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