LeonM92 Posted October 30, 2020 Share Posted October 30, 2020 (edited) Site URL: https://www.leonmansley.co.uk/ Hey, I can't seem to find a way to bring in the spacing as I feel the menu/title options are too spaced out from another on the desktop version of the website. Any ideas or code? Edited October 30, 2020 by LeonM92 Link to comment
Solution humxahafeex Posted October 30, 2020 Solution Share Posted October 30, 2020 HI Leon , Please go to Design > Custom Css & copy the following code there: .header-layout-nav-right .header-nav-item:not(:first-child):not(.header-actions-action--cart) { margin-left: 3vw !important; } you can control the spacing by changing the value where it says 3 if you want more space increase the value. That's all 🙂 Hope it helps 🙂 Mark it solved if it works 🙂 Ramonade and LeonM92 1 1 Link to comment
LeonM92 Posted October 30, 2020 Author Share Posted October 30, 2020 57 minutes ago, humxahafeex said: HI Leon , Please go to Design > Custom Css & copy the following code there: .header-layout-nav-right .header-nav-item:not(:first-child):not(.header-actions-action--cart) { margin-left: 3vw !important; } you can control the spacing by changing the value where it says 3 if you want more space increase the value. That's all 🙂 Hope it helps 🙂 Mark it solved if it works 🙂 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