- Messaggi: 25
- Ringraziamenti ricevuti 0
Change text on Search button + Rows + Uniform?
- Wartou
- Autore della discussione
- Offline
- Giovane Utente
Less
Di più
10 Anni 11 Mesi fa #1628
da Wartou
Risposta da Wartou al topic Change text on Search button + Rows + Uniform?
Last question from me.
In which file can I alter the search buttons size an position?
In which file can I alter the search buttons size an position?
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
10 Anni 11 Mesi fa #1629
da andrea_4g
Risposta da andrea_4g al topic Change text on Search button + Rows + Uniform?
You can modify the position of the serch button by editing modules/mod_cpsearch/css/cpsearch.css.
For example, if you want the button to centered, add the following lines:
You can alter the button editing the same css file*:
E.g.
* The size of the button and its appearance (spacing, background, etc) depends by the template that you are using, so you'll likely need to edit the template css file(s) too.
For example, if you want the button to centered, add the following lines:
Code:
div.cpsearch div.cp-auto-submit {
clear: both;
display: block;
text-align: center;
}
You can alter the button editing the same css file*:
E.g.
Code:
div.cpsearch div.cp-auto-submit button{
font-size: 200%;
}
* The size of the button and its appearance (spacing, background, etc) depends by the template that you are using, so you'll likely need to edit the template css file(s) too.
Si prega Accesso o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.121 secondi