This topic has 2 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hi, I can’t seem to create some padding to the left of the main nav between my logo and the first item… Please can you advise?
Thanks in advance, sorry if I’m being daft and have missed something really obvious! 🙂
Hello,
You can change “Menu links align” to Center in Theme Options > Menu > Menu styling
or add this code in Theme Options > Custom css:
.menu-wrapper .menu {
padding-left: 3%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up