Okay
  Public Ticket #2460898
Responsive Contact Form
Closed

Comments

  •  1
    weareredbicycle started the conversation

    Hi can you help me with the spacing issue between the contact form and testimonial slider? I'd like to remove the black empty space. And my contact form is not responsive on mobile or tablet. Can you help with that?


    www.weareredbicycle.com/contact/

  •  1
    weareredbicycle replied

    Black spacing issue that I'm having. 



  •  2,979
    Andrew replied

    Hi there,

    Use the following custom css:

    .row, div.clear {
        padding-bottom: inherit;
    }
    

    Hope this helps.

  •  1
    weareredbicycle replied

    Your team is awesome thank you! That worked. This is the best theme support out there. I definitely need to write a testimonial. 

    Can I receive assistance with making the contact form responsive? Then this page will be complete. Thanks again. 

    www.weareredbicycle.com/contact/


  •  2,979
    Andrew replied

    Hi there,

    Try the following custom css:

    @media only screen and (max-width: 1000px){
        .wpcf7-form .nectar-wpcf7-inline-form {
        display: inline-block;
    }
    .wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
        padding: 5px;
    }
    }
    

    Thanks.

  •  1
    weareredbicycle replied

    Thank you that worked! This ticket can be closed :)