Hallo Leute,
Nach einem Update von Contao 3.2.16 auf 3.5.0 wird das Kontaktformular und das Logo nicht mehr richtig angezeigt.
Da hat sich wohl was im HTML Markup geändert. Es fehlen z.B. die <span> Elemente beim Formular.
Habt Ihr da einen Tip oder muss man selbst mit CSS Hand anlegen?
Folgender CSS Code scheint alles zu beheben:
Gruß
tschero
Nach einem Update von Contao 3.2.16 auf 3.5.0 wird das Kontaktformular und das Logo nicht mehr richtig angezeigt.
Da hat sich wohl was im HTML Markup geändert. Es fehlen z.B. die <span> Elemente beim Formular.
Habt Ihr da einen Tip oder muss man selbst mit CSS Hand anlegen?
Folgender CSS Code scheint alles zu beheben:
PHP-Code:
#logo{
position:absolute;
}
#logo img{
width:400px;
height:80px;
}
.formbody .widget-select select, .formbody .widget-select label, .formbody .widget-text input{
margin-left: 0 !important;
width:99.9%;
}
tschero
Kommentar