Customising the Layout of the Volto Search Block interface

I'm aiming to rework my search block to look something like this:

It looks like I have two options:

  1. Do it with CSS (looking tricky to achieve with the current structure)
  2. Shadow override with the structure I want

I'm leaning towards #2, but it appears that I'll have to override a couple files to pull this off.

welcome to the world of a non-decoupled, non-headless architecture. or should I say, welcome back.
This is why hydra.pretagov.com is a more sensible way forward.

:sweat_smile:

so apparently what volto is is now called "decoupled" but not headless to make things more confusing. it's decoupled because it uses an api but it's not headless because it combines the frontend and editing UI into one thing which you customise.