• TodorChristov

    (@todorchristov)


    I use Metro Pro theme. In Simple Edits Settings, in “Entry Meta (below content)”, when I place this code:

    [post_categories sep=”, ” before=”Category: “] [post_tags sep=”, ” before=”Tag: “]

    …the result is that in each Single posst I get Category and Tag names under my post. Category name and Tag name are shown each on a separate row, though.

    How to place Category Name and Tag name on one row?

    Thanks in advance!

    P.S. In earlier vesrions of Metro Pro like 2.0.1 theme both Category and Tag names were on one row. In Metro Pro 2.2.2 this is not the case. Could it be a theme issue?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • susannelson

    (@susannelson)

    Hello @todorchristov,

    Try editing this section of the style.css file:

    .entry-meta .entry-categories,
    .entry-meta .entry-tags {
    display: block;
    }

    Change display: block; to display: inline-block;

    Please let me know if that doesn’t resolve the issue.

    Thread Starter TodorChristov

    (@todorchristov)

    Hi, @susannelson!

    The code you suggested did the job. Thank you!

    Regards,

    Todor

    susannelson

    (@susannelson)

    You are very welcome, Todor!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to place Category Name and Tag name on one row?’ is closed to new replies.