badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Menu's items

#68676

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!