Das liegt daran das das Suchenefeld immer noch zu groß ist
Würde in dem CSS eures Templates (
neu.flugschule-hirondelle.de/templates/h...lle/css/template.css
) folgendes ändern:
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
width: 200px;
padding: 6px 0;
color: #1A3337 !important;
font-size: 13px;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-weight: normal;
font-style: normal;
text-shadow: none;
}
Also nur die width anpassen oder ganz rauslöschen, warum da width: 100% drin steht versteh ich auch nicht ganz