Title: moving answer boxes
Last modified: August 31, 2016

---

# moving answer boxes

 *  [larrydog](https://wordpress.org/support/users/larrydog/)
 * (@larrydog)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/moving-answer-boxes/)
 * IS there a simple way to move answer boxes to be inline with questions, or is
   that something that is going to be a complex theme CSS fix?
 * Thanks,
    Aaron
 * [https://wordpress.org/plugins/wpgform/](https://wordpress.org/plugins/wpgform/)

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

 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/moving-answer-boxes/#post-7118965)
 * Unfortunately every theme is slightly different so there isn’t a “one size fits
   all” answer to this question. Usually the CSS to fix it is pretty simple and 
   involves setting a display property to inline or inline-block. Without seeing
   your site I can’t tell you exactly what to change though.
 *  Thread Starter [larrydog](https://wordpress.org/support/users/larrydog/)
 * (@larrydog)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/moving-answer-boxes/#post-7118968)
 * Thank you for your quick reply!
 * Any chance you’d be willing to take a look at: [http://allumia.com/wpgforms/wachain-2/](http://allumia.com/wpgforms/wachain-2/)?
   That’s the demo form I’ve been working from.
 * Thanks,
    Aaron
 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/moving-answer-boxes/#post-7118984)
 * How do you want the boxes to look? Your text boxes are really small – is that
   by design?
 * You can move them up next to the questions with this CSS:
 *     ```
       label.ss-q-item-label div {
           display: inline;
       }
       ```
   
 * I am not sure that is what you want though.

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

The topic ‘moving answer boxes’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpgform_8cc59f.svg)
 * [Google Forms](https://wordpress.org/plugins/wpgform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpgform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpgform/)
 * [Active Topics](https://wordpress.org/support/plugin/wpgform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpgform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpgform/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/moving-answer-boxes/#post-7118984)
 * Status: not resolved