Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #892720
    John
    Participant

    Hey guys,

    So I have a problem that I just can’t figure out how to fix:

    Its on this page right here:

    Lansing Website Design

    When you click on the “Building a website that actually works – Get Started” Button or image up comes my opt-in.

    But there is a problem the email input field is too big:
    http://prntscr.com/autxgu

    And I can’t even figure out whats causing it because I was fine one moment and now its out of shape.

    I’ve tried to drill in there and fix in both the ConverPlug and Customizer custom CSS but neither are drilling in and making the permanent change:

    
    .content-57181e68af915 .cp-form-container .cp-form-field button, .content-57181e68af915 .cp-form-container .cp-form-field input, .content-57181e68af915 .cp-form-container .cp-form-field select, .content-57181e68af915 .cp-form-container .cp-form-field textarea {
        max-height: 45px !important;
    }
    

    No idea what the above CSS isn’t working its always working in firebug. But honestly seeing as this form is going to be visible on many platforms I would like to avoid the max-height rule as a fix if possible.

    Thanks again for the help X team!

    John

    #892725
    John
    Participant

    Never mind I got it it was hiding in plain sight:

    .cp-email {
    max-height: 45px !important;
    }

    Thx anyway!

    #893413
    Christian
    Moderator

    Glad you’ve sorted it out. 🙂

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