Maldian Posted January 26, 2022 Posted January 26, 2022 Site URL: http://www.proseriesmeals.com So on the desktop version, the category "breakfast" shows a little higher than the rest. I need to get that fixed. In the mobile version, they all are squished together so I would like to have them cascade down vertically in mobile only. Below is the CSS I have currently that I am using. Any help would be greatly appreciated! /* 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; color: white } .nested-category-tree-wrapper>ul li { margin-left: 2vw; } nav.nested-category-breadcrumb { display: none !important; } ul.nested-category-children { display: none !important; }
tuanphan Posted January 27, 2022 Posted January 27, 2022 Can you share link to page in screenshot? https://www.proseriesmeals.com/store-1/breakfast 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!)
Maldian Posted January 27, 2022 Author Posted January 27, 2022 I actually figured this part out. Now I am up against a new monster. I was adding variants and unlimited on count, but lost the quantity on actual products. So I am researching the fix on this at the moment.
Maldian Posted January 27, 2022 Author Posted January 27, 2022 https://www.proseriesmeals.com/store-1/p/philly-cheesesteak-stuffed-peppers is a great example of this. It doesn't show the quantity
Maldian Posted January 27, 2022 Author Posted January 27, 2022 Disregard... Got it fixed.... tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment