Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author EXED internet

    (@exed-internet)

    Hello Ingrid,

    For now there is no way to move the bubble to another place. I have noted this down for a future update and was planning on changing the pop-up code anyway so it will be more flexible (and possible with configuration options).

    Thread Starter Ingrideuh

    (@ingrideuh)

    Hello,

    Thanks a lot. Have a nice day.

    Ingrid

    sprEEEzy

    (@spreeezy)

    Hello there.

    Actually, there is a way to manipulate the bubble.

    For example:

    #explanatory-dictionary-tooltip dd { /* Added position and top+left */
    position: relative;
    top: 150px;
    left: 100px;
    margin: 0;
    font-weight: normal;
    }

    This now lowers the box and moves it to the right.
    Hope it helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move the display of the bubble’ is closed to new replies.