Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hiya Jono,

    Your theme as a style that puts 10 pixes of margin around all buttons that is what is causing to be shifted to the right by 10 pixels.

    Please try this CSS code to fix it:

    .yikes-easy-mc-form button.yikes-easy-mc-submit-button {
        margin-left: 0;
        margin-right: 0;
    }

    You have a few options to add CSS code:

    • If you created this theme yourself, you can just add it to your style.css file
    • If you’re using a theme you downloaded or bought you can make a child theme and add the code to your child theme’s style.css file
    • Your theme may have a “Custom CSS” option. If it does, then you can just pop it in there.
    • You can use a plugin like Simple Custom CSS or Jetpack and enter the code in their Custom CSS area

    Thank you!
    -Tracy

    Thread Starter UASys

    (@uasys)

    Hi Tracy!

    Thanks so much for your help! I downloaded the Simple Custom CSS plugin, added the code you gave and it’s all in line now.

    Have a great weekend!
    Jono

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Awesome!

    You have a good weekend, too!
    -Tracy

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fields and Submit Button not in line’ is closed to new replies.