Hi,
I somehow managed to change the pop up size by setting the minimum width in the template.css as follow:
.rt-container{
min-width: 200px !important; width: auto;
background: none;
It did change the size of the pop up, but the cart seemed not functioning properly anymore. Whether i press "Continue shopping" or "Proceed to checkout", my shopping cart stays empty and it takes me to the Home screen.
Then, I tried to delete my changes and made it become the same as for the first time. The pop up changes in size as before (with the horizontal scroll) but the buttons still not function as before.
Could you please help me with this?
Thanks for the answer.