Blog Post Category and Author are merging together

Hi There,

I don’t see any settings I can change that would fix this, so it almost seems like a bug. On my blog posts, the Author and Category are not spaced. Please see screenshot attached and let me know if there is anything I can do. Thanks!

Hello @BigBagoo,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.p-meta > span > a {
    margin-right: 10px;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thanks that seemed to work. I changed it to 5px, cause it looks better. It’s odd I need this additional CSS

You are most welcome. :slight_smile:

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