Home › Forums › Support › Tag, category and comments in a single line This topic has 10 replies, 2 voices, and was last updated 3 years, 11 months ago by David. Viewing 11 posts - 1 through 11 (of 11 total) Author Posts December 23, 2019 at 5:44 am #1112140 Toni Hi! attached the desired footer entry meta. Thanks. View post on imgur.com December 23, 2019 at 6:03 am #1112172 DavidStaff Customer Support Hi there, try this CSS: body:not(.single) footer.entry-meta { display: flex; } body:not(.single) footer.entry-meta span:not(:last-child) { margin-right: 10px; } body:not(.single) footer.entry-meta span:last-child { margin-left: auto; } @media (max-width: 600px) { body:not(.single) footer.entry-meta { flex-wrap: wrap; } body:not(.single) footer.entry-meta span:first-child { margin-right: auto; } body:not(.single) footer.entry-meta span:nth-child(3) { margin-right: 0; } } December 23, 2019 at 6:06 am #1112175 Toni Hey! works! You are the fuc*ing master! Thanks a lot! December 23, 2019 at 6:16 am #1112187 Toni well, in mobile version, (i have iphone6s) it does not look very good View post on imgur.com any suggestions? Thanks December 23, 2019 at 6:25 am #1112201 DavidStaff Customer Support Edit the CSS here December 23, 2019 at 7:34 am #1112375 Toni Thanks a lot, works fine, but missing a small space of separation and i don’t know how to fix it. I’m not very good at CSS ๐ View post on imgur.com Sorry again. December 23, 2019 at 7:39 am #1112383 DavidStaff Customer Support Updated here ๐ December 24, 2019 at 5:46 am #1113107 Toni Hi! in the index is perfect, all is in one line, but if you enter in any post, again break the single line ๐ December 24, 2019 at 9:01 am #1113372 DavidStaff Customer Support The CSS I provided only applies to the Archive pages. If you want it to apply to the Single Post as well then you will need to remove all instances of this: body:not(.single) December 24, 2019 at 9:07 am #1113377 Toni Thanks David. Works fine! Feliz Navidad desde Espaรฑa! Merry Christmas from Spain! December 24, 2019 at 9:08 am #1113379 DavidStaff Customer Support You’re welcome – Merry Christmas ๐ Author Posts Viewing 11 posts - 1 through 11 (of 11 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In