Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1284545
Contact Form Full Width
Closed

Comments

  • psigraphicsllc started the conversation

    I have a very simple problem. I'd like the contact form on my page to be full width, as it's shown on the demo page. I added simple customizations from Contact Form 7 to make it 100%, which work when I add them to the "Additional CSS" field in Customizer, but DO NOT WORK when I save. They also do not work when I add them in the Child Theme's CSS. Everything else is working fine. Not sure what the issue is. 

    Thanks for your help. 

  • psigraphicsllc replied

    Found the answer via another post that worked for me. I added this via the CSS Gear when editing with Visual Composer and it works beautifully. Thank you.

    form.wpcf7-form input,
    form.wpcf7-form span,
    form.wpcf7-form textarea {width: 100%;
    }