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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -