- Posts: 25
- Thank you received: 0
Change text on Search button + Rows + Uniform?
- Wartou
- Topic Author
- Offline
- Junior Member
Less
More
10 years 11 months ago #1628
by Wartou
Replied by Wartou on 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?
Please Log in or Create an account to join the conversation.
- andrea_4g
- Offline
- Administrator
Less
More
- Posts: 1122
- Thank you received: 163
10 years 11 months ago #1629
by andrea_4g
Replied by andrea_4g on 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.
Please Log in or Create an account to join the conversation.
Time to create page: 0.152 seconds