Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Jeanne,

    Are you talking about the form here: https://skyviewcreative.net/nmco/login/? It looks like there’s maybe a small conflict with the CSS of your theme that is throwing off the padding/margins. Try adding the following to the “Custom CSS” box in the “Basic” area of the “Options” tab to see if it will overwrite these conflicts and line everything up:

    .ewd-feup-text-input {
    float: left;
    }
    .ewd-feup-field-label {
    float: left;
    }
    .feup-pure-form-aligned .feup-pure-control-group {
    clear: both;
    }
    
    Thread Starter Jeanne_ms

    (@jeanne_ms)

    That worked like a charm! You’re a magician. Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘On LOGIN page the title to entry fields are misaligned’ is closed to new replies.