Gravity Forms Custom CSS class conflict with Highend

  • Resolved
    Posted in: Highend WP Theme  
  • Customer
    proberts50
    April 16, 2018 at 2:46 am #125922

    My form has similar issues as described in the post- “Text Overlapping Radio Buttons in Gravity forms when using HighEnd” – Where the text is right on top of the radio button or checkbox.

    I was able to resolve the issue for all of my fields that had radio button and checkboxes except one, with the following code –

    .gform_wrapper .gfield_radio li label,
    .gform_wrapper .gfield_checkbox li label {
    margin: 5px 0 0 20px; line-height:1.5;
    }

    The one remaining problem field is a checkbox that has 25 choices which I formatted into 3 columns using the Custom CSS class “gf_list3col”.

    I take it I need to reference the class li label to fix this. Is that correct? If so, how is that done?

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.