Change text on Search button + Rows + Uniform?

  • Wartou
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 4 months ago #1628 by Wartou
Last question from me.

In which file can I alter the search buttons size an position?

Please Log in or Create an account to join the conversation.

More
10 years 4 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:
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.154 seconds