Page 1 of 1

how change search in full width

Posted: Thu Mar 28, 2024 2:28 pm
by Mariasol
Hi ,

the site search object is full width which prevents me from putting the search button next to it in a grid layout.
I don't know how to change
in the html of the object the style="display:block;width: 100%;
in style="position:absolute

Can you help me ?
THANKS

Re: how change search in full width

Posted: Thu Mar 28, 2024 2:47 pm
by BaconFries
Two ways to achieve this
1: Use a nested grid to align the editbox and button next to each other.
2: Set 'full width' property of the editbox to 'false' this way it will not use the full width of the container.

Re: how change search in full width

Posted: Thu Mar 28, 2024 2:59 pm
by Mariasol
there is no "full width" property of the edit box

Re: how change search in full width

Posted: Thu Mar 28, 2024 3:15 pm
by Pablo
You can change the full width property via the Property Inspector.

Re: how change search in full width

Posted: Thu Mar 28, 2024 3:26 pm
by Mariasol
Thank you verry much.
its ok :D