/** center search **/
.facetwp-type-search {
text-align: center;
}
/** change width of input box **/
.facetwp-input-wrap {
width: 500px;
}
.facetwp-facet input.facetwp-search {
width: 500px;
}
Code snippets for FacetWP
/** center search **/
.facetwp-type-search {
text-align: center;
}
/** change width of input box **/
.facetwp-input-wrap {
width: 500px;
}
.facetwp-facet input.facetwp-search {
width: 500px;
}