This topic has 8 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
Hello!
Cart widget disable in mobile version, Android and iOS versions.
regards,
Vlad
Hello,
Add this code in style.css file of child theme:
@media only screen and (max-width: 1030px) {
.top-bar {
display: block;
padding: 8px 5px 5px 10px;
}
}
Regards
I added, but it was not help.
In horizontal view top-bar is OK.
But in vertical view is not avaliable.
And I mean “shopping-cart-widget”
Please add !important;
@media only screen and (max-width: 1030px) {
.top-bar {
display: block !important;
padding: 8px 5px 5px 10px;
}
}
Do not forget to clear cache before checking the result.
Regards
the same result:
“In horizontal view TOP-BAR is OK.
But in vertical view is not avaliable.”
Where you have added the code? Do you use cache or CDN?
Please provide temporary wp-admin access.
Regards
Rose, I added the code in style.css file of child theme.
wp-admin access in “Private content area”
I need info that you add to change data in my other Legenda shops.
It looks like a cache problem because the mentioned code is not visible on frontend via browser’s console > source. Please contact your hosting provider and ask to clear the cache of CDN and server cache.
Regards
You must be logged in to reply to this topic.Log in/Sign up