Forums
Home / Theme: ColorMag / Centering sub box
(@zeokar)
8 years, 6 months ago
Hey guys how do I center a sub box on the side as a widget?
(@cozbaldwin)
Are you using the Jetpack Blog Subscriptions widget?
If so, add this into your custom CSS:
.jetpack_subscription_widget { text-align: center; }
Thanks!