Hi Prashant,
I have the form injected into the page using a PHP shortcode form script. That script is wrapped in a div which creates the webform background which you can see.
This is it:
<div style="background: #168dd2; text-align: center; margin-top: 80px; padding: 31px 35px 24px; position: relative; color: #fff; width: 350px; float: right;"><h2>Contact Us</h2><?php echo do_shortcode('[wpforms id="241" title="false"]');?></div>
The reason being is that Contact Form 7 was integrated into the theme, but Contact Form 7 doesn’t work, so I had to swap it out for wpforms. The theme itself has been giving console error issues. We’ve managed to overcome all so far apart from this CSS styling ?? ??
Thanks
-
This reply was modified 1 year, 4 months ago by Gaz.
-
This reply was modified 1 year, 4 months ago by Gaz.
-
This reply was modified 1 year, 4 months ago by Gaz.