How can I move the mobile menu icon to the right a little? Thanks a lot for the help!
Hi @glenn,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
button.btn.navbar-toggle {
margin-right: 10px;
}
Best Regards,
Movin
Worked – So great – Thank you! (btw, for other learning readers, -10px is what worked (minus ten.)
You are most welcome here