Hello, I have a problem viewing the category menu on the mobile.
Within a product category menu is very wide, does not enter the mobile screen
In the shop page the category menu it looks good.
I touched a little code to correct it and I was able to correct in the shop page but in product page it looks very wide.
@media (max-width: 480px) {
.basel-product-categories {
width:250px!important;
}
.title-shop.title-design-centered .basel-back-btn+h1+.basel-show-categories+.basel-product-categories {
padding-left: 0px;
padding-right: 0px;
width: 250px!important;
}
.title-shop .nav-shop {
padding-left: 0px;
padding-right: 0px;
width: 250px!important;
}
ul.basel-product-categories {
padding-left: 0px;
padding-right: 0px;
width:250px!important;
}
.basel-product-categories .categories-opened{
padding-left: 0px;
padding-right: 0px;
width:250px!important;
}
}
In this url it looks fine (mobile):
http://www.kitkasa.com/tienda/
In this product page not (mobile):
http://www.kitkasa.com/producto-categoria/publicidad-eventos/#


Thanks!