Hi,
Please share the snapshot and page URL to inspect the issue.
Hi,
That is because the code coming from the backend, Please try to check the settings.
.single-post.content-max-width ul.meta {
display: block;
}
To fix that try to add the below CSS code.
.single-post.content-max-width ul.meta {
display: flex !important;
}
Thanks. The issue has been resolved in version 2.0.2.
Glad to hear that issue had been fixed!