ErikHamline Posted September 7, 2022 Share Posted September 7, 2022 Site URL: http://flower-lavender-ns86.squarespace.com Hi there! Hoping I can get a little help. Currently the mobile version of our website is hiding the category list at the top of the page on all shop category pages with the exception of the landing "All" page. Everything works fine on the desktop version. On mobile, from the dropdown, when you click on "Shop Online" the landing page that shows up lists all the categories at the top. From there, if you click any of the categories, whatever page you land on no longer shows any categories at the top. Any insight would be greatly appreciated. Thank you!! Erik Link to comment
Solution tuanphan Posted September 9, 2022 Solution Share Posted September 9, 2022 Try adding to Design > Custom CSS /* Show category Link (ver 3 */ @media screen and (max-width:767px) { h2.nested-category-title.nested-category-title-padding + .nested-category-tree-wrapper { display: flex; float: none !important; max-width: unset !important; min-width: unset !important; width: 100% !important; } h2.nested-category-title.nested-category-title-padding + .nested-category-tree-wrapper ul { display: flex; align-items: center; width: 100%; justify-content: space-between; flex-wrap: wrap; } } ErikHamline 1 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
ErikHamline Posted September 9, 2022 Author Share Posted September 9, 2022 Great, thank you Tuanphan!! Very, very much appreciated. tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment