This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Navigation Menu Position

Resolved 4 replies premiumthemetheme-focus
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi! I would like to make the nav menu to appear at the lower part of the navigation bar, which currently seems to be at the top. i have tried to use margin-top but the menu turned out to be unhoverable. Is there any option for this kind of situation?

My site is http://lepaktv.net

URL: http://lepaktv.net

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff 10 years, 7 months ago

    Hi Daniel

    Try the following at Appearance > Custom CSS:

    .main-navigation > ul {
    margin-top: 20px;
    }

    Adjust as required.

    In your style.css file you’ve added the following:

    .content-container {
      margin-top: -41px;
    }

    I recommend moving that as it’s overlapping the menu making the links not work properly.

    Please keep in mind that stlye.css is not a safe place to edit. All WordPress themes completely overwrite their own folder during theme updates. Appearance > Custom CSS should be used to add custom CSS snippets or a style.css file in a child theme.

  2. Andrew Misplon Staff 10 years, 7 months ago

    Try adding the following to Appearance > Custom CSS to compensate for the CSS I suggested removing:

    /* Home */
    .home .entry-content > div:first-child {
      margin-top: -15px;
    }
  3. Daniel Abdul Kadir 10 years, 7 months ago

    problem solved. I worked around the elements you mentioned and things worked like magic. Thanks Andrew !

  4. Andrew Misplon Staff 10 years, 7 months ago

    Awesome :) Really glad to hear that helped.

    All the best.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread