• Hey there.

    This is by far the best contact plugin i’ve seen for wordpress.
    Thanks so much for sharing this! I run it on two of my sites and
    never had any problems!

    Now i was about to install it on my new site as well, but stumbled over a issue that i can’t solve. My theme is “Mt-dark”, and it just doesn’t work with “clean contact”.
    I get “Your Name*Your E-mail Address*Subject*Message*” all in one line,
    followed by the four input-fields.
    You can see it yourself on adampavitt.com

    I know a bit about css, but this is a bit to much for me.
    Please, is there someone who can give me a hand with that?

    http://wordpress.org/extend/plugins/clean-contact/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter steve-delve

    (@steve-delve)

    I solved it myself. I had to change the style.css file in
    “wp-content/plugins/clean-contact”

    The following line needed to change from
    .CleanContact label { clear: none; display: inline; text-align: left; }
    to
    .CleanContact label { float: left; margin: 5px;}

    That worked for me.

    how did you edit the CSS for the submit buttom, im trying to but i cant seem to find a class for it in the css file.

    thanx in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Clean-Contact] Theming Clean Contact’ is closed to new replies.