SignUp Form messed up

Viewing 1 reply thread
  • Author
    Posts
    • #7198
      Fayad Mulla
      Participant

      Hey,

      Great plugin

      Got one issue. The signup form is graphically messed up. Like huge distances between the fields.

      Any ideas?
      Thanks

    • #7200
      Stephen Sherrard
      Keymaster

      Sounds like a theme styling issue, as the signup form doesn’t have any of it’s own CSS styles, it’s just standard form fields, with each field inside its own paragraph tab. Each form field uses a simple label field followed by the input field. All very common and straight ahead.

      The whole signup form is wrapped in its own div, to make it easy to target those specific form fields with CSS in your child theme to override whatever messed up CSS styles your theme is applying to form fields.

      Use your browser’s inspect element feature to view the CSS being applied to each form element, and then use that info to create your own CSS to change what your theme is doing.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.