This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
We have built a website for our client @ https://secure-products.co.uk/ as you can see in the image the cart does not display properly on any mobile device, when using woopress header 10. I can provide login details or please can you create a fix for this.
Hello,
Try to add this code in Global Custom CSS:
@media only screen and (max-width: 1200px){
.shopping-cart-widget .cart-summ .shop-text, .shopping-cart-widget .cart-summ .total, .header-type-18 .navbar-right .navbar-right .shop-text {
font-size: 14px;
}
.shopping-cart-widget {
background-color: transparent;
padding: 0;
}
.shopping-container {
margin-top: 20px;
}
}
and this in Custom CSS for mobile:
.shopping-cart-widget .cart-summ .shop-text {
font-size: 0;
}
Regards,
Rose Tyler.
Hi Rose,
Yes we that did work but its not the best I want it to look more like this
Hello,
Please, and this in Custom CSS for mobile:
.header-logo {
margin-left: -5%;
}
.shopping-cart-widget {
padding: 6px 0 3px 3px;
}
.shopping-container {
margin-top: 12px;
}
.navbar-right {
width: 88px;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up