Viewing 2 replies - 1 through 2 (of 2 total)
  • I had the same problem, but you can fix it by adding manual spaces like this:

         

    That’s 5 spaces. Put them after the field name spots like:

    NAME        

    Space it out accordingly.

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Dan,

    You can do this the way Jordiniman mentions but even better is to do this with a simple CSS rule. You can just add the following line to your theme’s style.css file.

    .nsu-form label{ display:inline-block; width:50px; }

    Or just check the checkbox on the Newsletter Sign-Up Form Settings page that says “Load some default CSS”.

    Hope that helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Newsletter Sign-Up] Input field spacing’ is closed to new replies.