This topic has 2 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
FOR SOME REASON, THE SHOPPING ICON ON MY MOBILE PHONE HEADER IS NOT IN ALIGNMENT WITH THE LOGO AND SEARCH ICON, AND IS DROPPING OUT OF ALIGNMENT. HOW CAN I FIX THIS? IT LOOKS FINE ON DESKTOP, BUT NOT ON MY IPHONE.
Hello,
Thanks for using our theme.
Please add this code in Theme Options > Custom CSS > Global custom CSS:
@media only screen and (max-width: 1200px) {
.shopping-container .shopping-cart-widget {
padding-top: 0px;
}
.widget_shopping_cart_content .cart-bag {
padding-top: 5px !important;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up