Before you ask please READ THIS

CSS Radiobuttons in contact form 7 layout

edited March 2015 in Chillout Posts: 3
Hi,

Thanks for the great theme! Nice to work with it.
I have one problem that makes me mad : ( and hopefully you can help me with it. I have trying to solve it for 2 days now..

On the website: http://www.evolveinmusic.com/
There is a APPLY page section and within this section is a contact form 7. I have made some radio/checkboxs but I can't seem to put them within a good CSS code so the radio/checkbox is 100% and nicely designed with the text next to the radio/checkbox. Something in the Style CSS is blocking the contact form layout and I can't find it.

Is it possible for you team to look at it? I have tried the contact form 7 website but nothing works. Manny thanks..

Greetzz, Marlon

Comments

  • Posts: 1,758
    Hello Marlon,

    try add this definition:
    
    .wpcf7-form input[type="checkbox"], .wpcf7-form input[type="radio"] {
      height: 20px !important;
      width: 20px !important;
    }
    
    You can change those values. ;)
    Remember to rate our theme if you like it ;)
    All the Best.
  • Posts: 3
    HI,

    thanks..this worked..(so simple : |
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!