Tag display

  • Lamhita
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 1 month ago #2711 by Lamhita
Tag display was created by Lamhita
Hello,
Just updated Custom properties on Joomla 3, I'm having display issue on tag.
Both in category page and article page, tags display without any space between them, links are correct but they are like an unique word.
You can see it in the images attached.

Any suggestion?

Thanks
Attachments:

Please Log in or Create an account to join the conversation.

More
4 years 1 month ago #2712 by andrea_4g
Replied by andrea_4g on topic Tag display
That can be formatted differently with a few lines of CSS.
e.g.
Code:
div.cp_tags .cp_tag{ padding : 0 .25em; } div.cp_tags .cp_tag a{ padding : 2px; } div.cp_tags span.cp_tag+span.cp_tag{ border-left : 1px solid silver; }
The following user(s) said Thank You: Lamhita

Please Log in or Create an account to join the conversation.

  • Lamhita
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 1 month ago #2713 by Lamhita
Replied by Lamhita on topic Tag display
It worked but the selector is cp-tags with the "-" as:

div.cp-tags .cp-tag{
padding : 0 .25em;
}
div.cp-tags .cp-tag a{
padding : 2px;
}
div.cp-tags span.cp-tag+span.cp-tag{
border-left : 1px solid silver;
}

Thanks!
The following user(s) said Thank You: andrea_4g

Please Log in or Create an account to join the conversation.

More
4 years 1 month ago #2714 by andrea_4g
Replied by andrea_4g on topic Tag display
You are correct. Thanks for pointing it out.

Please Log in or Create an account to join the conversation.

Time to create page: 0.165 seconds