Move floating search to the bottom

Add this code to the Custom CSS field on the Style tab of your Search widget’s settings:

.global-styles,
[class^='FloatingButton__Container-sc'] {
	top: auto !important;
	bottom: 16px;
}
1 Like