- Messaggi: 5
- Ringraziamenti ricevuti 1
Tag display
- Lamhita
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
4 Anni 9 Mesi fa #2711
da Lamhita
Tag display è stato creato da 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
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
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
4 Anni 9 Mesi fa #2712
da andrea_4g
Risposta da andrea_4g al topic Tag display
That can be formatted differently with a few lines of CSS.
e.g.
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;
}
I seguenti utenti hanno detto grazie : Lamhita
Si prega Accesso o Crea un account a partecipare alla conversazione.
- Lamhita
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
- Messaggi: 5
- Ringraziamenti ricevuti 1
4 Anni 9 Mesi fa #2713
da Lamhita
Risposta da Lamhita al 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!
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!
I seguenti utenti hanno detto grazie : andrea_4g
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
4 Anni 9 Mesi fa #2714
da andrea_4g
Risposta da andrea_4g al topic Tag display
You are correct. Thanks for pointing it out.
Si prega Accesso o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.165 secondi