Hallo,
im verwendeten Plugin ContactForm 7 sind bei mir die Checkboxen an sich auf einer anderen Höhe, als die dazugehörigen Label (siehe Anhang).
Im Custom Style Sheet meines Themes habe ich einige Anpassungen vorgenommen - diese liste ich einmal unten in einer Codebox.
Vielleicht hat ja jemand direkt eine Idee, woran das liegen könnte.
Grüße und vielen Dank im Voraus,
Ruben
CSS
.wpcf7 {
background: rgba(205, 55, 0 , 0.9);
padding: 30px !important;
box-sizing: border-box;
border: solid black 4px;
width: 100%;
}
.wpcf7 input{
color:white;
height: 35px;
margin-top: 1px;
margin-bottom: 1px;
}
.wpcf7 textarea{
color:white;
font-color:white;
height: 50px;
}
.wpcf7-list-item-label{
color:white;
}
.wpcf7-list-item{
display:inherit;}
.wpcf7-form p{
color:white;
}
body div.wpcf7-validation-errors {
background: #ffe2e2;
border: 1px solid #ff8a8a;
color: black;
}
.wpcf7-response-output{
font-size:12px;}
.wpcf7 input[type="submit"] {
height: 120%;
width: 120px;
text-align: center;
float:right;
}
body span.wpcf7-not-valid-tip {
color:black;
position:relative;
display:block;
top:auto;
left:auto;
margin.top:1px;
background:none;
}
Alles anzeigen