Adding a space in the bylines

Hello!

I noticed that there’s a space missing between the “by” and “my name” on my blog articles.
Could you help me figure out how to add a space between the two. I’m attaching an image for reference:

My website is crisisequipped.com

Thanks for your help!
Nadia

Hello Nadia,

Please add this code in X > Theme Options > CSS:

.p-meta a span i {
    display: inline-block;
    margin-right: 5px;
}

Hope this helps.

Thank you!

Glad we could help,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.