LeonM92 Posted October 30, 2020 Share Posted October 30, 2020 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? Link to comment
humxahafeex Posted October 30, 2020 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 🙂 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
Archived
This topic is now archived and is closed to further replies.