averson Posted April 25 Share Posted April 25 Can the category text be center aligned. It seems to be right aligned. 'm having a hard time finding the code for this. I'm using this code above. /* 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: baseline; color: black } .nested-category-tree-wrapper>ul li { margin-left: 3vw; } nav.nested-category-breadcrumb { display: none !important; } ul.nested-category-children { display: none !important; } Link to comment
tuanphan Posted April 27 Share Posted April 27 On 4/26/2024 at 1:40 AM, averson said: Can the category text be center aligned. It seems to be right aligned. 'm having a hard time finding the code for this. I'm using this code above. /* 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: baseline; color: black } .nested-category-tree-wrapper>ul li { margin-left: 3vw; } nav.nested-category-breadcrumb { display: none !important; } ul.nested-category-children { display: none !important; } You can share link to page where you have problem, we can check code easier 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment