This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
Hello,
I want the message NO PRODUCTS WERE FOUND to automatically transform to fit on a smaller screen, like a smartphone or a similar screen size.
The CART IS EMPTY message automatically transforms to fit on a smaller screen. See the images to compare the differences what i’m trying to explain.
Hello,
Hello,
You are using third-party YITH plugin that has some additional class for the shop page structure and it makes the problem. Add the following custom CSS (Theme Options > Styling > Custom CSS) to solve the issue
@media only screen and (max-width:992px){
.yit-wcan-container{
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
width: 100%;
}
}
We’ll also make changes in our styles to avoid this issue in future.
Regards
It works.
Thank you!
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up