kdiehn Posted January 24 Share Posted January 24 (edited) This should be a simple mobile CSS fix but I don't know how to do it. On my home page, the video categories go off screen rather than going down to the next line. Screenshot attached. Edited January 25 by kdiehn Link to comment
tuanphan Posted January 28 Share Posted January 28 Hi, Can you share link to this page? We can check 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
kdiehn Posted February 1 Author Share Posted February 1 Yes, website is https://www.nervypictures.com/ Link to comment
tuanphan Posted February 4 Share Posted February 4 Use CSS code to break it to 2 rows on mobile @media screen and (max-width: 767px) { ul.nested-category-children { flex-wrap:wrap !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment