align the blog stats
- The topic ‘align the blog stats’ is closed to new replies.
Need help? Check out our Support site, then
Hi
can i align the blog stats to the centre by CSS
thanks
The blog I need help with is: (visible only to logged in users)
Which blog stats exactly are you referring to?
I see.
Try with the following:
#blog-stats-2 {
text-align: center;
}
thanks