• Resolved rr2017

    (@rr2017)


    Hello,

    So to start, here is my site: https://www.rachelrumbelow.com

    On the home page/blog page, the subscribe button on my subscription form is centered but every other page and single blog post after that it is aligned left.
    Any ideas on how to fix this?

    Also, I was wondering if there is a way to change the size of the email box. It is way longer than I prefer.

    Thank you!

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

    (@lschuyler)

    Hi @rr2017 !

    Try adding this CSS snippet to your Appearance -> Edit CSS page:

    p#subscribe-submit {
        text-align: center;
    }

    That should bump the subscription button back to the middle of the page.

    Let me know if I can help further!

    Thread Starter rr2017

    (@rr2017)

    That did it! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Subscribe button not centering’ is closed to new replies.