leechuts Posted January 2, 2023 Share Posted January 2, 2023 (edited) Hello! I'm looking to make my mobile nav just a smaller version of my desktop nav - I've figured it out this far but cannot figure out how to make the "links" page appear in mobile opposite from the "about" page like on desktop. https://www.leechuts.com/ If anyone can help me with this it would be greatly appreciated! Thanks in advance🙏 Edited January 3, 2023 by leechuts typo Link to comment
Solution tuanphan Posted January 4, 2023 Solution Share Posted January 4, 2023 Don't remove any code in your current code. Add this to Design > Custom CSS @media screen and (max-width:767px) { .header-actions.header-actions--right, .header-actions.header-actions--right>div { display: flex !important; } } leechuts 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment