Centering a milestone
-
I’m trying to center my milestone in the featured widget area of my slider in CSS. Not having much luck. Can anyone help?
The blog I need help with is: (visible only to logged in users)
-
Try adding this to your Appearance → Custom Design → CSS editor:
.milestone-content { margin: 0 auto; } .milestone-widget { padding: 10px 0; }
- The topic ‘Centering a milestone’ is closed to new replies.