I simply want to center the "follow" button in my subscription widget. Can someone help me out with the CSS? Many thanks!
The blog I need help with is mybuddhistjourney.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I simply want to center the "follow" button in my subscription widget. Can someone help me out with the CSS? Many thanks!
The blog I need help with is mybuddhistjourney.com.
To center the "Follow" button in the subscription follow widget, add this to your Appearance → Custom Design → CSS editor:
#subscribe-blog input[type="submit"] {
display: block;
margin: 0 auto;
}
Perfect, thank you!!
Cheers :)
This topic has been closed to new replies.