This topic has 4 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Robert Hall
Hi
How does I get more space around the mobile cart icon – it is not placed like the left menu icon.
– On top of slider the cart icon on mobile is placed 6px from the right edge while the menu icon is placed 16px?? it does not look good. How can I move the cart icon 16px from the right edge?
See: https://www.dropbox.com/s/wil3yf2c6yrcn8n/more-space-on-mobile.jpg?dl=0
See: http://www.smooff.net/
– Scroll down top menu – the cart icon is also placed to much to the right in relation to the menu icon on the left. Again it is placed 6px from the right edge while the menu icon is placed 30px??
How can I move the cart icon 30px from the right edge?
See: https://www.dropbox.com/s/br78oqdmcmdhowl/scrolldown-mobile-menu-cart-icon.jpg?dl=0
Best regards
Tonny
Hello,
Please try to add this code in custom.css file
@media only screen and (max-width: 480px){
.header-type-2.slider-overlap .header .cart-bag .ico-sum{
position: relative;
right: 10px;
}
.ico-sum{
position: relative;
right: 30px;
}
}
Regards,
Robert Hall.
Thanks – it works!
You’re always welcome!
Regards,
Robert Hall.
The issue related to '‘more space around cart icon on mobile’' has been successfully resolved, and the topic is now closed for further responses