Ermz Posted May 23, 2023 Posted May 23, 2023 How do I make the white space between the menu icon, logo, and shopping cart icon evenly spaced on mobile? I'd love to know how to do this in the settings, but if it has to be done with code that's fine.
Solution tuanphan Posted May 25, 2023 Solution Posted May 25, 2023 You can add this to Design > Custom CSS @media screen and (max-width:767px) { .header-actions.header-actions--right { position: relative; left: -3vw; } } 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