I am trying to integrate these two codes into my site:
<!-- VinoShipper Wine List Integration -->
<div id="vs-winelist"></div>
<script type="text/javascript">
var vsDisableResize = false;
var vsCssUrl = "";
var vsWineryId = 1302;
</script>
<script src="https://vinoshipper.com/iframe/v3/injector.js"></script>
<!-- End VinoShipper Wine List Integration -->
<!-- VinoShipper Wine Club Sign Up Integration -->
<div id="vs-wineclub-signup"></div>
<script type="text/javascript">
var vsDisableResize = false;
var vsCssUrl = "";
var vsWineryId = 1302;
</script>
<script src="https://vinoshipper.com/iframe/v3/injector.js"></script>
<!-- End VinoShipper Wine Club Sign Up Integration -->
I assumed putting these codes like this would work:
<!-- VinoShipper Wine List Integration -->
<div id="vs-winelist"></div>
<div id="vs-wineclub-signup"></div>
<script type="text/javascript">
var vsDisableResize = false;
var vsCssUrl = "";
var vsWineryId = 1302;
</script>
<script src="https://vinoshipper.com/iframe/v3/injector.js"></script>
<!-- End VinoShipper Wine List Integration -->
As this problem may be of relevance to other members or visitors.
please let us know how you get on, especially if you are given a
satisfactory solution.
The default CSS is a bit unfriendly with the rules that take the widget out of the flow https://vinoshipper.com/static/css/iframe/v2/injector.css
The image you linked to shows a couple of alternative CSS files but they don’t look to address the issues you’re having. I tried to look at the folder contents to see what else might be available, but it doesn’t show folder content and I can’t guess what other files might be named.
In any case, I think you could create your own CSS file and use that. It would probably be a good idea to copy the default CSS file and change only the rules you need to change.