The quantity of products in the basket appears in mobile

This topic has 10 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler

  • Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    July 16, 2018 at 14:53

    Hello,

    On Mobil, After I select 2 products in the basket I don’t see a number on the basket that inform me that there is any protect in it. before and after I get into the basket.
    https://snag.gy/dWXNis.jpg

    On the computer I see the number of products and the price
    https://snag.gy/8eHTwD.jpg

    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 15:09

    Hello,

    You can add this code into @media (max-width: 480px){ } media query

    .header .shopping-cart-widget .cart-summ span {
        font-size: 10px;
        width: 100%;
    }
    .shopping-cart-widget .cart-summ > .cart-bag {
        padding-left: 0px;
    }
    .header .shopping-cart-widget {
        right: 60% !important;
    }

    https://prnt.sc/k72v7j
    If you are looking for something else, describe the desired result in more details, please.

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    July 16, 2018 at 15:56

    On legenda-child / style.css ?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 15:57

    Yes.

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    July 16, 2018 at 20:22

    Hello,

    I add the code but I don’t see any changes
    you can see the screen shot after I mead Clear browsing data
    https://snag.gy/2Fe0rS.jpg

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 17, 2018 at 07:44

    Hello,

    Please change the previous code to:

    .header .shopping-cart-widget .cart-summ span {
        font-size: 10px !important;
        width: 100%;
    }
    .shopping-cart-widget .cart-summ > .cart-bag {
        padding-left: 0px !important;
    }
    body .header .shopping-cart-widget {
        right: 67% !important;
    }

    + this code should be added here – http://prntscr.com/k7czsc

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    July 17, 2018 at 08:43

    Thanks Rose,

    But I don’t see the quantity of products, just the price.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 17, 2018 at 09:36

    Unfortunately, there is no such possibility.

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    July 19, 2018 at 10:12

    Thanks allot
    Orna

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 19, 2018 at 14:25

    You’re welcome!

    Regards

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.