Home Forums Basel support forum Categorie menu on product page: mobile

Categorie menu on product page: mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5596

    graphe
    Participant

    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/#

    categories shop ok

    categories products menu wrong

    Thanks!

    #5601

    Artem Temos
    Keymaster

    Hello,

    We just investigated your website and see that the menu is so wide on this page because of this code snippet. Try to remove it

    Regards

    #5622

    graphe
    Participant

    Hello,

    Thank you so much I removed this code.

    But I have the same problem in iPad and tablet portrait, in tablet portrait when I click in categories the page reduce the size to to adapt the menu

    tablet-portrait categories menu wrong

    iPad portrait menu categories wrong wide

    Can you help me with this, please?

    Thank you so much!

    #5628

    Artem Temos
    Keymaster

    Here is an another code snippet that breaks your menu on iPad. Try to remove it also. Probably, you need to remove all your custom CSS and add it step by step to see is it working correctly or not.

    Regards

    #5641

    graphe
    Participant

    Hello,

    You have reason I removed !important from width, make some changes on media query code and now works fine.

    Thanks!

    #5645

    Artem Temos
    Keymaster

    You are always welcome šŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)