Issue with X Ethos Theme

Hi- I’m attaching two images to help describe the issue I’m having. For my blog posts, there is no gap between the post type, and my name. In the past there would be a gap which looks much better. I’ve attached a screenshot of how it used to look and how it looks now. Any ideas of what setting would control this?

How it used to look:

How it looks now:

If it helps, the first image is on one of my sites with an older version of X (v 6.5.1). The 2nd image is with another site running a newer version 7.0.4

Hey There,

Did you add any customisations to the theme by applying custom css? If not then please provide us with the URL of the site so we can take a look on why this is happening. Thanks!

Good morning,
The url is:
https://www.claudioperfetti.com/

I have installed a child theme with some very minor cosmetic changes, but nothing in regards to the author name area. The same css changes apply to both the old look and the new look which cramps the “In Allby” with no space between “All” and “by”. The site hasn’t launched but I published one test post for you to look at.

Let me know if you need anything else.

Hi @perfettc,

Thank you for providing the URL. It seems like a bug in the latest release, I’ve submitted this to our issue tracker so the developers will be made aware of it. In the mean time to fix the issue, you can add the following code in the Theme Options > CSS:

.p-meta > span:first-child a {
    margin-right: 4px;
}

Just remember to remove that code when the fix is released as that would cause a double space. Once an update is released, please check our Changelog if the fix was included.

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Hi @perfettc,

This issue has been corrected for a release we are going to push out later today. Nabeel’s solution will still work for you, but if you can wait a few hours it will just be fixed by the update.

Awesome! Thank you very much!

Hi @perfettc,

You’re welcome!

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