I need to change the layout of the Search Block in Drupal. It’s currently ordered
Search Button > ‘Search this site’ > Search Input
but the designs I have want it to be
Search Input > ‘Search this site’ > Search Button
How do I go around changing the order in Drupal? I can change the search-block-form.tpl.php
so the submit button is at the end but the ‘Search this site’ always appears before the input and I would like it after.
I hope that makes sense. I can also do it using CSS but I’d prefer to use Drupal?
Many thanks in advance