Hi!
I’m trying to move the menu items (home, services and contact) a little down and to the left.
the site is xxxxx
thanks!
Frank
Hey Frank!
Let me give you a hand on this one, you need to add the following code inside of the custom styles ( including a link if you don’t know where this is located at ) http://kriesi.at/documentation/enfold/custom-css-and-quick-css/ .
.main_menu {
top: 5px; // If you need more space just increase the #, this will move it to the bottom
right: 10px; // If you need more space just increase the #, this will move it to the left
}
Best regards,
David
awesome – thank you!