Space between category and author name in the posts

Hey guys,
I hope you can give me some help with this tiny detail. as you can see in the screenshot there is no space between the categories (in green) and “by Isabella Biava”

Is it possible to insert just one space?

Thanks a lot
cheers
Isabella
(site boundlessroads.com)

Hello Isabella,

Thanks for posting in!

To resolve your issue by inserting a space between the categories and the author of the post, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.p-meta > span > a:last-child,
.p-meta > span > a:last-of-type {
    margin-right: 10px;
}

After doing the site changes above, always remember to clear all caches since you are using WP Rocket so that the code from the latest release is always in use. This will help you to avoid any potential errors. And please clear your browser cache too. You may use private browsing mode in testing your site to make sure that you are viewing the latest codes from the updates and not the cached version in your browser.

This links might help:

Hope this helps.

1 Like

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