Checkbox position
-
Hey guys!
I use the contact form 7 for several pages and it works really well. But I have a problem with the position of the checkbox. It’s shown above the text. This would not be THAT bad. But it is centered. And that looks really strange on my site.
I use some CSS to redesign the contact form (see below) but I cant find a way to put the checkbox to the left side. Any ideas?
Thank you so much!
Greetz
Malte
___________________________
#Kontaktformular {
background:#FFFFFF;
padding:20px 15px 15px 15px;
border-radius:5px;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}
#Kontaktformular input {
width:100%;
float: left;
margin-bottom:10px;
}
#Kontaktformular input[type=”submit”] {
background:#88ac34;
font-size:14px;
width:20%;
}
#Kontaktformular input[type=”submit”]:hover {
background:#8BC34A;
}
#Kontaktformular
textarea {
width:100%;
height:200px;
}
_____________________________________The page I need help with: [log in to see the link]
The topic ‘Checkbox position’ is closed to new replies.