Title: Layout broken (input)
Last modified: September 20, 2017

---

# Layout broken (input)

 *  Resolved [fokusdev](https://wordpress.org/support/users/fokusdev/)
 * (@fokusdev)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/layout-broken-input/)
 * 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:
 * [http://bit.ly/2fALPA2](http://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)

 *  [leweo](https://wordpress.org/support/users/mondula/)
 * (@mondula)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/layout-broken-input/#post-9514734)
 * 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](https://wordpress.org/support/users/mondula2016/)
 * (@mondula2016)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/layout-broken-input/#post-9517823)
 * 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](https://wordpress.org/support/users/mondula2016/)
 * (@mondula2016)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/layout-broken-input/#post-9517839)
 * [deleted]
    -  This reply was modified 8 years, 8 months ago by [mondula2016](https://wordpress.org/support/users/mondula2016/).
      Reason: double post
 *  Thread Starter [fokusdev](https://wordpress.org/support/users/fokusdev/)
 * (@fokusdev)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/layout-broken-input/#post-9520160)
 * Thanks heaps [@mondula2016](https://wordpress.org/support/users/mondula2016/)!
   
   That did the trick.

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

The topic ‘Layout broken (input)’ is closed to new replies.

 * ![](https://ps.w.org/multi-step-form/assets/icon-256x256.png?rev=1553626)
 * [Multi Step Form](https://wordpress.org/plugins/multi-step-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multi-step-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multi-step-form/)
 * [Active Topics](https://wordpress.org/support/plugin/multi-step-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multi-step-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multi-step-form/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [fokusdev](https://wordpress.org/support/users/fokusdev/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/layout-broken-input/#post-9520160)
 * Status: resolved