This topic has 18 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hi,
We have never noticed before but on Mobile view the ‘Cart Icon’ disappears. See here: https://www.screencast.com/t/tccRU82g
It is normally up in the right hand corner on desktop: https://www.screencast.com/t/WMoZUIv1tV
Is there somewhere in the system that is stopping the cart from showing?
Thanks
You’re welcome!
Regards
Many thanks is it possible to move over to the right or up a little? AS it is overlaying the logo, see here: https://screencast.com/t/5RKiumAuw3N
@media (max-width:480px){
.header .shopping-cart-widget {
right: -40px;
}
}
Regards
Hi
I have put in CSS but the cart has not moved? See here: https://screencast.com/t/HNSzNPss
Hello,
Please change the code to:
@media (max-width:480px){
.header .shopping-cart-widget {
right: -40px !important;
}
}
Regards
Hi,
Can you check your end as I cannot see what the change is, see here: https://screencast.com/t/p01YZ4cTnu3 it is still showing in same place.
Hello,
I do not see the problem – http://prntscr.com/jw6vfx Please, clear cache and check one more time.
Regards
Many thanks, what would i need to make the value appear further away from Cart icon, maybe 2px gap?
.shopping-cart-widget .cart-summ > .cart-bag:before {
margin-right: 5px;
}
Regards
not sure if it is cache again, but I changed to margin-right of 25px but nothing has happened: https://screencast.com/t/3rZCHRuC
also it doesn’t seem to show on Iphones!
Oh I see, please change the code to:
.shopping-cart-widget .cart-summ > .cart-bag:before {
margin-right: 5px !important;
}
Regards
Hi,
I updated the CSS and still the value doesn’t move, see here: https://screencast.com/t/IeSW2baF7sr I Have set margin-right to 20px.
Hello,
The code works http://prntscr.com/jzvc13 Do not forget to clear cache before checking.
Please set 5px http://prntscr.com/jzvcis > clear cache and check or check from another computer.
Regards
Thanks for double checking
You’re welcome!
Let us know if you need any further assistance.
Regards
You must be logged in to reply to this topic.Log in/Sign up