Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Alex Furr

    (@alexfurr)

    Hi,
    I see what you mean – it seems to be an issue with that particular theme as it looks ok on all others until I switch to that.

    If you are using that theme here is how to fix.

    1. Install a CSS plugin for your site that will let you add your own custom CSS e.g. https://wordpress.org/plugins/simple-custom-css/

    2. Using the plugin above add the following styles:

    input[type=checkbox], input[type=radio]{
      max-width   : 200% !important;
    }
    
    #questionDiv table td, #questionDiv table
    {
    	 border:0px !important;
    }

    That should remove the border on the table (that looks a bit rubbish) and make the checkboxes easier to use.

    Alex

    Thread Starter nicocasel

    (@nicocasel)

    It works, thanks a lot 🙂

    And to be perfect, I’ve added the double quotes:

    input[type="checkbox"], input[type="radio"]{

    Plugin Author Alex Furr

    (@alexfurr)

    Nice. Glad its working for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkboxes so tiny: impossible to click them on’ is closed to new replies.