• Mikkelo

    (@mikkelo)


    Hello!

    Really like the plug-in. But I can´t get the submit button to align with the input field. Please see footer on this page:

    http://hjaerta.se/start

    Best regards, Mikkel

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author FancyThemes

    (@fancythemes)

    Hi Mikkel,

    The theme’s CSS gives inputs a top margin and causes the misalignment. Add this CSS code in WP admin > Appearance > Customize > Additional CSS:

    #optinforms-form2-email-field {
        margin-top: 0;
    }
    Thread Starter Mikkelo

    (@mikkelo)

    Thank you! That did the trick!

    Is there any way I can make the background transparent?

    Plugin Author FancyThemes

    (@fancythemes)

    You’re welcome.

    As for transparent BG:

    #optinforms-form2 { 
        background: transparent !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Button misalign’ is closed to new replies.