Abbreviate long titles in search dropdown

  • Maestroc
  • Autore della discussione
  • Offline
  • Nuovo Utente
  • Nuovo Utente
Di più
10 Anni 4 Mesi fa #1930 da Maestroc
Abbreviate long titles in search dropdown è stato creato da Maestroc
Is there a way to abbreviate the titles in the custom properties search module? Either that or manually set the width of the dropdown box? Right now the length of some of them is making the dropdown extend past the edge of the column and my attempts at editing the css have been unsuccessful.

Example of the problem is shown on this page:

www.nll.no/index.php?option=com_fjrelate...=blog&id=0&Itemid=80

Look in the left column in Artikkel Register box.

Si prega Accesso o Crea un account a partecipare alla conversazione.

Di più
10 Anni 4 Mesi fa #1931 da andrea_4g
Risposta da andrea_4g al topic Abbreviate long titles in search dropdown
You can add the following statements to the CSS stylesheet:
Code:
#cpsearchform47 select { width: 180px; }

and also this (if you don't want the length of the option to exceed the length of the select element)
Code:
#cpsearchform47 select option { width: 180px; }

Si prega Accesso o Crea un account a partecipare alla conversazione.

Tempo creazione pagina: 0.153 secondi