Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #238082

    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

    • This topic was modified 10 years, 1 month ago by Frankmaione.
    #238094

    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

    • This reply was modified 10 years, 1 month ago by David.
    #238122

    awesome – thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘reposition menu’ is closed to new replies.