Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1079388
    ldollard
    Participant

    i’ve looked at contact form 7 tutorials and i guess it just doesn’t make sense to me.

    I need to add a class or maybe id to my message box on this page

    http://www.mttaborfinewines.com/email-sandy/

    As you can see the “Your Message” title is bunched up and requires padding-top:50px; to fix, i can do this in chrome inspector, but because all those fields are just <p> i cant do css on just one.

    So i need to know how to make that message title unique.

    #1079389
    ldollard
    Participant
    This reply has been marked as private.
    #1079806
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! The issue with the text “Your Message” and the email field is because of your custom css,

    .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
        width: 300px;
        float: left;
    }

    I would recommend that you adjust the width by changing the 300px to 100%. Please let us know if this works out for you.

    Best Regards.

    #1080405
    ldollard
    Participant

    thats great thanks

    #1080570
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1079388 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>