Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, same question as above please.

    Thanks

    Nigel

    Hi SingaporeIntern

    Try this. I have added two lines of code in the css file to adjust the distance from the top and left and changed the width of the box.

    I hope it works for you ??

    .tooltip {
    display:none;
    background-color: #D1D1D1;
    font-size:15px;
    font-style:italic;
    font-family: Copperplate / Copperplate Gothic Light, sans-serif;
    width:650px;
    padding:25px;
    color:#000000;
    margin-left:460px;
    margin-top:300px;
    }

    Thread Starter SingaporeIntern

    (@singaporeintern)

    Hi nigeldv,

    thanks this really works!

    Thanks a lot!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing text position’ is closed to new replies.