Turkoptiscript overlap fix

Discussion in 'General' started by Turker2013, Jan 18, 2018.

  1. Turker2013

    Turker2013 User

    Joined:
    Apr 10, 2013
    Messages:
    935
    Likes Received:
    9
    For those of you using Turkoptiscript and a TO1 addon or script, you may see that they overlap. In order to mitigate this problem, try the following.

    Open the Turkoptiscript script.
    Go to the bottom of the script.
    Find the line
    Code:
    .to-hdi { display:inline-block; font-size:12px; cursor:default; line-height:14px; }
    Right below that line, add
    Code:
    .to-abs.to-hdi { margin-left: -22px; }
    To clarify, this is an insertion of a new line.
     

Share This Page