October 2, 2019 at 7:31 am
#68676
Theme Horse Support Team
Keymaster
Hi @richard-6329,
Login to your admin dashboard and go to Appearance -> Customize -> Design Options -> Custom CSS and paste below custom CSS code to adjust the space between menu.
#access li:first-child {
margin-left: 0;
}
#access li {
margin-left: 14px;
}
Thank you!