Below is the html code that creates a link reading "sacola de compras"
<div>
<script type="text/javascript" src="https://app.ecwid.com/script.js?4549118"></script>
<script type="text/javascript">
xMinicart("style=","layout=Mini");
</script>
</div>
Clicking on the link will trigger a non-responsive pop-up window within the original window. This can cause issues on devices like iPads or iPhones where the pop-up exceeds the screen size.
To see the problem in action, visit this website and click on "visitor access". Then proceed to click on the "sacola de compras" link.
I am looking for a way to limit the width of the pop-up. Could this be related to the xMinicart
function mentioned in the code?
If it helps, here is the javascript referenced above.
Thank you in advance!