Change widget width for one instance
I would like to change the widget width of this embedded event for this ONE page/site only. I do not want to change the default as explained here http://prbaflorida.org/events/webinars . I only need to change it so it fits within this Joomla sites page width where I am embedding it. I have tried adjusting the width from the default widget script as shown below but it does not really work.Can I make it fit and lose the scrollbars? Thank you in advance for your help.
Page with embedded widget.... http://prbaflorida.org/events/webinars
Code direclty from WA:
<iframe frameborder="no" height="400px" onload="tryToEnableWACookies("http://helpdeskforlawyers.com");" src="http://helpdeskforlawyers.com/widget/event-781284" width="750px"></iframe><br />
<font style="color:#ccc;font-size:9px;font-family: Verdana, Arial, Helvetica, sans-serif;">Powered by Wild Apricot <a href="http://www.wildapricot.com/features " style="color:#ccc" target="_blank">Membership Software</a></font><script type="text/javascript" language="javascript" src="http://helpdeskforlawyers.com/Common/EnableCookies.js"></script>
Edited code:
<iframe frameborder="no" height="500px" onload="tryToEnableWACookies("http://helpdeskforlawyers.com");" src="http://helpdeskforlawyers.com/widget/event-781284" width="765px"></iframe><br />
<font style="color:#ccc;font-size:9px;font-family: Verdana, Arial, Helvetica, sans-serif;">Powered by Wild Apricot <a href="http://www.wildapricot.com/features " style="color:#ccc" target="_blank">Membership Software</a></font><script type="text/javascript" language="javascript" src="http://helpdeskforlawyers.com/Common/EnableCookies.js"></script>