Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Resolved] Category, tags, number of comments in the same block

Home Forums Support [Resolved] Category, tags, number of comments in the same block

Home Forums Support Category, tags, number of comments in the same block

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #410201
    Halil

    Hi,

    How can I show category, tags and comments in the same straight line (block) under the post? is it possible to change their colors too?

    #410276
    Leo
    Staff
    Customer Support
    #410536
    Halil

    I have pasted that code from that thread

    .cat-links, .tags-links, .comments-link {
    display: inline-block;
    margin-left: 10px;
    }

    Chrome shows perfectly those in one block, in BOTH post lists page and post page itself.

    Firefox and Edge show those in one block in posting list, BUT NOT in the post page.

    is there any changes I need to make it work in all 3 browser?

    #410684
    Leo
    Staff
    Customer Support

    Did you use the snippet as well?

    #410805
    Halil

    I didnt use the snipset, but while trying I saw that changing the code

    display: inline-block;

    into

    display: inline-flex; seems working. I think I can use that.

    One more thing if u dont mind;

    margin-left: 10px; line puts some marging to the left, and it seems it puts some margin between “categories” and “tags” too. At least it seems so. However, I’d like to have “0” margin, so it lines up with post name, but I’d like to have some spacing between “categories” and “tags. How can I achieve that?

    #411002
    Leo
    Staff
    Customer Support

    Have you fixed this? Looks like everything lines up perfectly?
    https://s1.postimg.org/2c1rxma3kf/2017-10-26_1818.png

    Let me know 🙂

    #411045
    Halil

    yep. I did it somehow. thank you.

    #411383
    Leo
    Staff
    Customer Support

    No problem!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.