Home>Support>Navigation Menu Position

Navigation Menu Position

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 2 months ago Daniel Abdul Kadir

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

  4. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More