Home › Forums › Theme support › Wieder Problem mit Suchfeld › Reply To: Wieder Problem mit Suchfeld
Hallo Dominik,
sorry für den Fehler. Geh mal ins WordPress admin -> Appearance -> Theme Options -> General -> General Settings -> Extra CSS Content und gib folgendes ein:
#footer #searchsubmit {
position: absolute;
right: 2px;
top: 7px;
}
#footer #searchform {
position:relative;
}
Der Code is getestet, funktioniert also. Falls es noch Probleme gibt, einfach nochmal melden.