Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #681953

    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

    #683191

    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

    #691151

    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

    #691671

    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

    #692061

    Hey Andy

    Thanks so much, that worked perfectly!

    Kind regards

    Nicole

    #692662

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Shopping cart list out of alignment on smartphone’ is closed to new replies.