Title: Problem with CSS layout
Last modified: August 20, 2016

---

# Problem with CSS layout

 *  Resolved [romanpicisan](https://wordpress.org/support/users/romanpicisan/)
 * (@romanpicisan)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/problem-with-css-layout/)
 * Hi,
    Thank you for the great plugin. It’s working good but I have a little problem
   that you might want to take a look. How do I fix the multiple choices quiz layout?
 * [IMG]http://i45.tinypic.com/ina3ye.png[/IMG]
 * [http://wordpress.org/extend/plugins/watu/](http://wordpress.org/extend/plugins/watu/)

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

 *  Plugin Author [Bob](https://wordpress.org/support/users/prasunsen/)
 * (@prasunsen)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/problem-with-css-layout/#post-3435903)
 * Hi, something in your CSS (may be another plugin) is redefining the checkbox 
   field as display:block. You need to find and remove it or add a rule with !important
   that will avoid this in the watu area,
 *  [W.P. Ginfo](https://wordpress.org/support/users/wp-ginfo/)
 * (@wp-ginfo)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/problem-with-css-layout/#post-3435907)
 * The author of thids plugin gives support at:
 * [http://wordpress.org/support/plugin/watu](http://wordpress.org/support/plugin/watu)
 *  Plugin Author [Bob](https://wordpress.org/support/users/prasunsen/)
 * (@prasunsen)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/problem-with-css-layout/#post-3435911)
 * I am the author, already answered. The OP needs to check their CSS, something
   outside of watu is redefining inout type=checkbox
 *  Thread Starter [romanpicisan](https://wordpress.org/support/users/romanpicisan/)
 * (@romanpicisan)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/problem-with-css-layout/#post-3435995)
 * You’re right. I’m using the connection plugin. Maybe this is what you meant.
 * `#cn-list table td input[type="checkbox"] { margin: 0 0 2px; padding: 0; vertical-
   align: middle;}`
 * What should I do then? Any tips?
 *  Plugin Author [Bob](https://wordpress.org/support/users/prasunsen/)
 * (@prasunsen)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/problem-with-css-layout/#post-3436022)
 * Not sure if the margin here is the actual problem. There might be another line
   redefining it as checkbox. Try to find all places where checkbox is redefined
   and remove it from there or add a force rule instead:
 * .show-question input[type=”checkbox”] {
    display:inline !important; margin:0 !
   important; }
 *  Thread Starter [romanpicisan](https://wordpress.org/support/users/romanpicisan/)
 * (@romanpicisan)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/problem-with-css-layout/#post-3436080)
 * Already did that but no results. 🙁
 *  Plugin Author [Bob](https://wordpress.org/support/users/prasunsen/)
 * (@prasunsen)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/problem-with-css-layout/#post-3436081)
 * You’ll need CSS expert for this. Sorry, not my competence and it’s not Watu mistake
   anyway.

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

The topic ‘Problem with CSS layout’ is closed to new replies.

 * ![](https://ps.w.org/watu/assets/icon-128x128.png?rev=1680960)
 * [Watu Quiz](https://wordpress.org/plugins/watu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/watu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/watu/)
 * [Active Topics](https://wordpress.org/support/plugin/watu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/watu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/watu/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Bob](https://wordpress.org/support/users/prasunsen/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/problem-with-css-layout/#post-3436081)
 * Status: resolved