CoralDerfurt Posted February 20, 2022 Posted February 20, 2022 Site URL: https://www.scrunchme.co.uk Hi, I'm having a problem where on the mobile product page you can't read all the categories as cut off each side. Can I move them on two lines or make them smaller so they all fit on one line? site: www.scrunchme.co.uk Password: coral Thanks, Coral
CoralDerfurt Posted February 20, 2022 Author Posted February 20, 2022 I would like it to match desktop view, In one line so the text is smaller to fit on, if possible. Thanks, Coral
tuanphan Posted February 23, 2022 Posted February 23, 2022 Use this CSS for both problems a.root { padding-bottom: 0 !important; } li.category-item a { padding-top: 0px !important; } @media screen and (max-width:767px) { .products.collection-content-wrapper .nested-category-tree-wrapper>ul { flex-wrap: wrap; } } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment