Hi
I recently received some help to move the shopping cart button – I’ve just realised that moving the icon has moved the position of the pop up cart list that displays once an item is added to the cart. Only a small portion of the list can now be seen on the smartphone screen. Is there anyway to have the cart list appear in the centre of the screen, regardless of the cart button position?
I have the shopping cart button displayed on smartphones only.
Thanks for your help!
Kind regards
Nicole
Hey EverydayAlternative,
can you provide us a screenshot showing the issue please? also provide us a precise link where we can see the elements in action.
Best regards,
Andy
Hi Andy
Sorry for the delayed response. I’ve included a link to a screenshot of the issue in the private content. If you use a smartphone to add an item to the cart you should be able to see the problem.
Thanks for your help.
Kind regards
Nicole
Hi,
use this code for mobile to move it:
@media only screen and (max-width: 767px) {
.dropdown_widget.dropdown_widget_cart {
left: 10px;
}}
and adjust as needed.
Best regards,
Andy
Hey Andy
Thanks so much, that worked perfectly!
Kind regards
Nicole
Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy