• Hello

    Currently, the entry meta’s Update date and author vcard showing are in two lines.

    I want to keep both of them in single line. How can I do this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    You have this custom CSS:

    .posted-on .updated {
        display: block;
    }

    It should be this:

    .posted-on .updated {
        display: inline-block;
    }

    Let me know 🙂

Viewing 1 replies (of 1 total)

The topic ‘About entry meta’ is closed to new replies.