Hello.
I want to move the search button on my site easybuy.dk. Up beside the search form, instead of underneath.

Im using search api, so its the search block that comes with that module.

Can anyone tell me how?

Thanks.

Comments

You can do that by applying

You can do that by applying the float CSS property to both the searchbox as the search button.

something along the lines of

.search-api-page-search-form-searchengine .form-type-textfield,
.search-api-page-search-form-searchengine #edit-submit-1 {
   float: left;
}

Okay. But is that in a

Okay.
But is that in a previous css file or a new i have to put this?

Depends on the theme you're

Depends on the theme you're using. Their documentation usually suggests a way on how and where to add custom CSS. What theme are you using?

Storefront

As far as I can see, the

As far as I can see, the Storefront theme is designed for the Commerce kickstart distribution. The developers provide the following solution for adding custom CSS. So you should be able to add a custom.css in the Storefront theme folder with help of the instruction provided in the link above.

nobody click here