Title: Alignment selection boxes
Last modified: November 1, 2022

---

# Alignment selection boxes

 *  Resolved [provisia](https://wordpress.org/support/users/provisia/)
 * (@provisia)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/alignment-selection-boxes/)
 * The alignment of the selectionboxes I use for bonusquestions is always 1 line
   above the text. Do u also have a solution for that problem?

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

 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/alignment-selection-boxes/#post-16154377)
 * Sounds a bit like the combination of the default styling of the elements from
   my plugin is not working for your theme. The only solution is to inspect the 
   element (right click » Inspect) and find the CSS rule that is causing it. Then
   overwrite this rule in your Additional CSS for the theme. But this requires some
   CSS knowledge to fix it properly.
 *  Thread Starter [provisia](https://wordpress.org/support/users/provisia/)
 * (@provisia)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/alignment-selection-boxes/#post-16156575)
 * Thanks for your reply.
    For some reason setting an additional CSS rule with the
   following worked out for me:
 * input.bonus {
    width: 5%; }
 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/alignment-selection-boxes/#post-16157749)
 * This will also change the width of text inputs. If you are not using those, then
   that is fine. If you are, then I suggest making it more specific, e.g. like this:
 * `input:where([type="checkbox"], [type="radio"]).bonus { ... }`

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

The topic ‘Alignment selection boxes’ is closed to new replies.

 * ![](https://ps.w.org/football-pool/assets/icon-256x256.png?rev=983880)
 * [Football Pool](https://wordpress.org/plugins/football-pool/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/football-pool/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/football-pool/)
 * [Active Topics](https://wordpress.org/support/plugin/football-pool/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/football-pool/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/football-pool/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [AntoineH](https://wordpress.org/support/users/antoineh/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/alignment-selection-boxes/#post-16157749)
 * Status: resolved