wordpress - How can I add space between Posted on January 13, 2016 and January 13, 2016 by admin? -


i wan make space between "posted on january 13, 2016january 13, 2016 admin" .how can add space between posted on january 13, 2016 , january 13, 2016 admin?

use css add space:

.posted-on .published {     margin-right: 10px; } 

p.s. please @ least try before posting question on so. thanks


Comments

Popular posts from this blog

C++: Boost interprocess memory mapped file error -

python - IO.UnsupportedOperation: Not Writable -

python - Selecting distinct values from a column in Peewee -