Hi,
Please see the screenshot: https://www.dropbox.com/s/j59cpmzo4lbsumc/IMG_6481.PNG?dl=0
Half of the pop up window is behind the screen. How to fix it?
Thank you.
so – good that i can see the url in your screenshot – try to make the dropdown smaller:
.cart_dropdown .dropdown_widget {
width: 250px;
}
maybe it is needed that you set the rule to !important
Hi!
@comelen let us please know if that works out for you.
Thanks a lot for your time and patience
Regards,
Basilis
Thank you. It works, but not on mobile… On desktop – it’s ok, I need to make it smaller and move to the right on mobile.
ok – try this here on quick css:
@media only screen and (max-width: 480px) {
.cart_dropdown .dropdown_widget {
width: 245px !important;
}
}
Hi!
I think now it is solved!
Again Guenni, thanks a lot for your help!
Cheers!
Basilis
Thanks, Guenni007 !!!! It worked