I am trying to add a form that I am pulling in from another site.
Ideally, this would be a white background and it would be on the left or right and still look good in a responsive design.
Here is the code:
<script>
var ib_token = ‘pojunis’;
var ib_width = 475;
var ib_height = 620;
</script>
<script src=”http://ibuyrite.net/signup/widget.js”></script>
To make it style better, the developer suggested that I could see if I could add the following somewhere (inside <head></head> or below <body>):
<style>
td.blog-sidebar (width: auto;}
iframe {border: none;}
</style>
Any help would be appreciated!