some qustions and problems with the theme

1. when using contact form 7 for some reason the from dose not spread on the full colum but only half of it as you can see on image below - how can i fix it?
the page the form is on: 
2. how can i set that the name inut and email input will be on the same row like is shown in the demo?
3. in testmonials - how can i remove the backgorund line and " sign?





Comments

  • Hi,

    1. To increase their width, please use:
    .wpb_wrapper .wpcf7-form { width: 100%; }
    2. For that, you need to use column shortcodes like one_second.

    3. You can remove these elements with the following css:
    blockquote { background: none !important; }
    blockquote::after { display: none !important; }
Sign In or Register to comment.