This topic has 10 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
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
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
On legenda-child / style.css ?
Yes.
Regards
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
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
Thanks Rose,
But I don’t see the quantity of products, just the price.
Regards
Unfortunately, there is no such possibility.
Regards
Thanks allot
Orna
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up