Hello WPSLP Community,
i am trying to change the style of the search form.
I only need the searchbox, radius dropdown and the submit button.
That is the searchform layout code:
[slp_search_element input_with_label=”name”] [slp_search_element input_with_label=”address”]
[slp_search_element dropdown_with_label=”radius”] [slp_search_element button=”submit”]
How can i arrange it like that:
First row -> SearchBox (100% width)
Second Row -> Radius Dropdown (70%) and Submit Button (30%)
Thanks!