This topic has 6 replies, 3 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hello,
On Mobile, On product paage
My more products contain disappeared when I scroll down and up and
I see only 1 product on mobile
and I like to have 4 more products that existing on the page
https://snag.gy/3Syqa6.jpg
Best Regards
Orna
Hello,
Problem with your product carousel is related to code in your child-theme rtl.css
.owl-carousel .owl-wrapper, .owl-carousel .owl-item, .products-grid .product {
float: right !important;
}
Please, remove that code and let me know if you still have a problem with the number of products.
Regards
Many Thanks,
Now I can see the product carousel but
I don’t see the arrows on the sides that show you can see more products
Best regards
Orna
Please add this code in style.css of child theme:
@media (max-width: 480px){
.single-product .slider-container .owl-prev, .single-product .slider-container .owl-next {
display: block;
top: 31%;
}
}
Regards
Many Thanks
It’s work!
Orna
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up