hi, is there a way that i can remove the scroll bar from this contact form? so that customers wont have to scroll down to make a selection.
http://www.mikeweldonplumbers.co.uk/get-a-quote-2/
Hi codecreative!
Drag a codeblock element to your page and add this inside.
<style type = "text/css">
select { height: 180px !important; }
</style>
Best regards,
Elliott