Joy
(@joyously)
The styling is the responsibility of the theme, although plugins can affect things also.
Since you don’t show what the HTML is, there’s not much to use to help you.
You could ask at the theme’s support forum, but even the theme author will need to see the problem to investigate the solution.
Thanks Joy.
Here’s the HTML if it helps.
<!– SharpSpring Form for Blog Contact Us –>
<script type=”text/javascript”>
var ss_form = {‘account’: ”, ‘formID’: ”};
ss_form.width = ‘100%’;
ss_form.height = ‘1000’;
ss_form.domain = ‘app-3QNHNAROF8.marketingautomation.services’;
// ss_form.hidden = {‘field_id’: ‘value’}; // Modify this for sending hidden variables, or overriding values
// ss_form.target_id = ‘target’; // Optional parameter: forms will be placed inside the element with the specified id
// ss_form.polling = true; // Optional parameter: set to true ONLY if your page loads dynamically and the id needs to be polled continually.
</script>
<script type=”text/javascript” src=”https://koi-3QNHNAROF8.marketingautomation.services/client/form.js?ver=2.0.1″></script>
I’ll check on the theme support page also but I thought the Custom HTML widget was installed with WP.
Joy
(@joyously)
The Custom HTML widget does not output any styles, so it is all depending on what is in the widget.
The code you have show is not the HTML for the form either. It is generated at another site and loaded from there. I can’t tell if it generates an iframe or not, but it is likely (you can’t style what is in the iframe). There are parameters for the height and width that you can modify. 1000 (if pixels) is quite tall, and would make a scrollbar on almost every device.
Ok thanks. Iβll try a smaller height. I just thought since the box/area itself that the widget allowed for the form was small (~300px) that it was the issue.