- Messaggi: 8
- Ringraziamenti ricevuti 0
Tags displaying with an extra space and a line?
- topgun21
- Autore della discussione
- Offline
- Nuovo Utente
-
Less
Di più
12 Anni 4 Mesi fa #1085
da topgun21
Tags displaying with an extra space and a line? è stato creato da topgun21
My tags at the bottom of my pages are displaying with a weird vertical line and an extra space between the comma shown between tag words. (See png attached). I'm running Joomla 1.5.24 and CP 2.0
I'm seeing this in all browsers.
I'm seeing this in all browsers.
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
-
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
12 Anni 4 Mesi fa #1086
da andrea_4g
Risposta da andrea_4g al topic Re: Tags displaying with an extra space and a line?
Edit file components/com_customproperties/css/customproperties.css.
Comment the following lines:
that will hide the vertical bar.
The distance between a tag and the next is controlled by this statement:
change it as required
Comment the following lines:
Code:
div.cp_tags span.cp_tag+span.cp_tag{
border-left : 1px solid silver;
}
The distance between a tag and the next is controlled by this statement:
Code:
div.cp_tags .cp_tag a{
padding : 2px;
}
I seguenti utenti hanno detto grazie : topgun21
Si prega Accesso o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.153 secondi