This topic has 4 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Robert Hall
Hello the products on my home page are fine on a desktop but when i go to my mobile device the boxes are overlapping: http://prntscr.com/7k9ud1
Do you how to fix this can i add some custom css?
Hello,
Please try to add the following code in custom.css file
@media only screen and (max-width: 480px){
.home .owl-carousel .owl-item {
width: 175px !important;
}
}
Regards,
Robert Hall.
Worked a treat Robert. Thanks
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Product Boxes Overlapping’' has been successfully resolved, and the topic is now closed for further responses