• Resolved fokusdev

    (@fokusdev)


    For some reason the pen icons from the text fields are not where they are supposed to be.
    You can see it in the image here:

    https://bit.ly/2fALPA2

    They all moved to the top, stacked on top of each other.
    How can this happen?

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi fokusdev,
    we’ve seen this issue before. I will look into it tomorrow. A fix will be coming with the next update 1.2.0. Thanks for your feedback!

    -Mondula

    Plugin Author mondula2016

    (@mondula2016)

    Hi again,
    the issue is caused by your theme using bootstrap. We will be fixing this issue with the next update. As a workaround until the update arrives, you can paste the following in your themes CSS:

    #multi-step-form .form-control-feedback {
        position: absolute;
        top: auto;
        right: 0;
        z-index: 2;
        display: inline-block;
        line-height: initial;
        text-align: center;
        pointer-events: none;
    }

    Thanks for using our plugin!

    All the best
    -mondula

    Plugin Author mondula2016

    (@mondula2016)

    [deleted]

    • This reply was modified 7 years, 6 months ago by mondula2016. Reason: double post
    Thread Starter fokusdev

    (@fokusdev)

    Thanks heaps @mondula2016!
    That did the trick.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Layout broken (input)’ is closed to new replies.