badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Collapse / expand search bar

#40633
mail5
Participant

Turned out I had added some custom css that made «search» remain expanded. Everything is back to default after removing the code.

BTW, if anyone visiting here should want to keep the «search» in expanded mode, here’s the code to add in:
– Appearance > Theme options > custom CSS,

input.s {
 text-indent: 0;
 width: 100px;
 border-color: #eaeaea;
 padding-left: 10px;
}