• Resolved tslminneapolis

    (@tslminneapolis)


    I would like to center the SUBSCRIBE button at the bottom of the landing page. Can someone help?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    This will center that button for you.

    .es_button input[type="button"] {
    	margin-left: auto;
    	margin-right: auto;
    	display: block;
    }
    Thread Starter tslminneapolis

    (@tslminneapolis)

    That didn’t seem to work. How about we center everything in the footer widget? Maybe that will accomplish a better look.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hmmm, that worked for me to center the button, but yes we can center it all. This would center just the subscription widget.

    #email-subscribers-3 {
    	text-align: center;
    }

    And this would center all three widgets you have in the footer widget area.

    #tertiary .widget {
    	text-align: center;
    }
    prooutreach

    (@prooutreach)

    Thank you once again. The centering code worked. Unfortunately, I had to delete the plugin that I originally had for subscriptions because it was not compatible with other plugins. So, I have a new one, which changes the selector. Can you tell me what it would be?

    prooutreach

    (@prooutreach)

    Sorry, I’m signed in with the wrong account. It should be summitlighthouseminneapolis.org

    Thread Starter tslminneapolis

    (@tslminneapolis)

    Miraculously, everything is working fine now. Thanks! ??

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hooray and you are welcome!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Center Subscribe Button’ is closed to new replies.