• Resolved tmits

    (@tmits)


    Me again… Sorry, last question… I hope.

    When using (trigpos=”below”) there is an unwanted jumping motion of my content.

    Any idea why this happens? Is there a way to stop the jumping?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author twinpictures

    (@twinpictures)

    Yes, there is an empty p element being inserted at the top of your target.
    try removing a hard break after the shortcode opening tag:

    Bad:

    [expand title="trigger"]
    content
    [/expand]

    Better:
    [expand title="trigger"]content[/expand]

    Thread Starter tmits

    (@tmits)

    LEGEND!
    Thanks 🙂

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

The topic ‘trigpos=”below” – content jumping’ is closed to new replies.