Home › Forums › Trusted › How do I change the position of the Primary Menu? › Reply To: How do I change the position of the Primary Menu?
September 20, 2017 at 3:49 pm
#2095
Yazmin
Keymaster
You could add a margin at the top of the menu with this css (changing 30px to your desired value):
.site-navigation {
margin-top: 30px;
}
Add css in Appearance > Customize > Additional CSS