How do I get the checkboxes to align to the left?

  • jkincaid
    Asked on August 1, 2014 at 10:39 AM
    How do I get the checkboxes to align to the left? I can't find a custom CSS for that. Is there a place where all of the CSS values are located?
  • jedcadorna
    Replied on August 1, 2014 at 12:08 PM

    To align it to left just decrease the width of your css in this code.

    .form-all input,select {
    border: 1px solid #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
    width: 30px;
    }

    Here's how it looks after adjusting the width to 30px:

    How do I get the checkboxes to align to the left? Image 1 Screenshot 20

  • jkincaid
    Replied on August 1, 2014 at 12:29 PM

    Brilliant, thanks very much. What's the CSS label to change the style of question? I just want to bold that. 

  • jkincaid
    Replied on August 1, 2014 at 12:31 PM

    Actually sorry, something odd is still happening when you get to the second question. The questions are running off the right margin. Here's the poll on the live site ... http://www.intersocietal.org/carotid/

  • jkincaid
    Replied on August 1, 2014 at 2:02 PM

    Oh i got the second part, just had to add a right margin. Let me know about the CSS to change the question style. Thanks!

  • jkincaid
    Replied on August 1, 2014 at 2:18 PM

    Scratch that, adding the margin doesn't fix the issue in Internet Explorer.

  • Kiran Support Team Lead
    Replied on August 1, 2014 at 4:42 PM

     Please add the following CSS code to already injected Custom CSS which should make all the questions to display bold.

    .form-label {

    font-weight:  bold !important;

     

    }

    Also, please add the following code to see if the right margin issue fixed. 

    .form-single-column {

    width: 185px  !important;

    }

    By the way, which version of Internet Explorer you are using? Please get back to us if you need further assistance.  We are happy to assist you.