Placing of the #views

Discussion in 'VideoCraft WordPress Theme' started by sebastiaan, Jan 24, 2013.

Thread Status:
Not open for further replies.
  1. sebastiaan

    sebastiaan Member

    Joined:
    Dec 5, 2012
    Messages:
    32
    Likes Received:
    0
    Location:
    The Netherlands
    Homepage & Overview video page: Only with Internet Explorer browser: the #views is lower then normal, it's not above the video, but on top the video thumbnail
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Such issue is not occurring at our side. But you can resolve it for your browser.
    Go to
    Appearance > Editor > header.php
    and add code given below just above </head> tag

    Code:
    <!--[if IE 6]>
    <style>
    .content ul.fthumbnail li span.videobox span.views {
    top: 26px;}
    </style>
    <![endif]-->
    
    Replace IE 6 with browser version which is creating this issue and adjust "top:26;" according to requirement.
     
  3. sebastiaan

    sebastiaan Member

    Joined:
    Dec 5, 2012
    Messages:
    32
    Likes Received:
    0
    Location:
    The Netherlands
    Thanks Nitesh!
     
Thread Status:
Not open for further replies.

Share This Page