Ecold Posted January 12, 2021 Share Posted January 12, 2021 Site URL: http://www.cobbledstreetshop.co.uk Hi, When you click into one of the main categories, only the category that you're viewing and the subcategories are visible, and the other main categories close - how do I alter the template so all categories stay open please? Thanks Link to comment
tuanphan Posted January 17, 2021 Share Posted January 17, 2021 Try adding this to Design > Custom CSS /* Show category nav links */ div.nested-category-tree-wrapper { display: flex !important; float: none !important; min-width: 100% !important; max-width: 100% !important; margin-right: 0 !important; } section.products.collection-content-wrapper.products-list { flex-direction: column !important; display: flex; } .nested-category-tree-wrapper>ul { width: 100% !important; display: flex; justify-content: center; align-items: center; } .nested-category-tree-wrapper>ul li { margin-left: 2vw; } nav.nested-category-breadcrumb { display: none !important; } ul.nested-category-children { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Ecold Posted January 17, 2021 Author Share Posted January 17, 2021 I've followed your instructions and this happened, please advise what to do next 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.