Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, try the following instructions.

    Regards

    Thread Starter sackerly

    (@sackerly)

    Thank you, but I am trying to center the checkbox fields only – not the text fields. I was hoping to use a CSS code for the specific checkbox field only. Any thoughts?

    Hi, this is what you currently have set up.

    <div id="fscf_div_field1_4" style="clear:left; float:left; width:99%; max-width:550px; margin-right:10px;">

    In the above code the following tag float:left; is the problem. You have to remove that setting and maybe add text-align:center;

    But then you have the following set up for the div container for the checkbox fields. The following conflicts with the setting I suggested above.

    <div style="text-align:left;">

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Checkbox Fields’ is closed to new replies.