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;
}
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;
}
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?
Sorry, I’m signed in with the wrong account. It should be summitlighthouseminneapolis.org
Miraculously, everything is working fine now. Thanks! 🙂
sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hooray and you are welcome!