• Resolved Skippy

    (@oceans247)


    Checkboxes will not stack vertically as specified in the settings. (See bottom of the page)

    I want each checkbox to be vertically stacked

    Also, the text size is much smaller than all the other text on the page.

    • This topic was modified 4 years, 1 month ago by Skippy.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @oceans247 !

    Hope you’re doing well today!

    It looks like the theme or some custom code added to the site is overriding the styles for the checkboxes in this case. It’s difficult to trace where the code comes from as the site is using asset optimisation.

    Please try adding the following CSS to Appearance >> Customise >> Additional CSS (or any other similar place provided by the plugins/theme):

    #forminator-module-686 label.forminator-checkbox {
      display: block;
    }
    
    #forminator-module-686 #checkbox-2 label span {
      font-size: 24px;
    }
    
    #forminator-module-686 #checkbox-2 h4 {
      font-size: 24px;
    }

    Best regards,
    Pawel

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @oceans247 ,

    We haven’t heard from you for a while now, so it looks like you don’t have more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

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

The topic ‘Check boxes will not stack vertically as specified in the settings.’ is closed to new replies.