Align button search

ask,
i use extended between search and hide default search,
how do you make the search button aligned with the search date between?Tks

  1. You may read Inspect HTML elements,
  2. Learn jQuery DOM Insertion, Inside,
  3. Try use Startup Script to move the button (with class=“col-sm-auto”) to the same row of the fields.

can you help me to implement in phpmaker 2023?
I tried to manually edit it in Code Studio, but when it was regenerated in phpmaker it returned to normal.

You may simply put this following code in Startup Script of your List Page:$(‘.col-sm-auto’).appendTo($(‘.col-sm-auto.d-sm-flex.align-items-start.mb-3.px-0.pe-sm-2’));

i am very grateful for your help
it works