Support » Themes and Templates » Navi-Menu Help

  • Resolved mindgamez83

    (@mindgamez83)


    Hey everyone, i wanted to know how i can move my menu and place it differently.

    I bought a template that has a menu at the very top, and it’s covered by the Admin Bar. Now i know i can take the Admin Bar off, but Id like to keep it and move the menu from the very top, to right under my site header/logo…

    Here’s my site for reference http://www.simlyfegaming.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    We can accomplish this in 2 way. Please pick one and only one:

    Method 1: Add this custom CSS code to the bottom of your main theme’s CSS or child-theme’s CSS; or if you have the official WordPress Jetpack plugin installed, you can go to Appearance –> Edit CSS and put it there:

    #nav-main-wrapper { top: 30px; }

    Method 2: Remove this line in your main CSS (not recommended because we really shouldn’t edit the parent theme’s style.css):

    /* in the #nav-main-wrapper section of your main theme's style.css */
    /* remove this line: */
    /* top: 0px */

    Hope this helps,
    Nhat

    Thread Starter mindgamez83

    (@mindgamez83)

    THANK YOU!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navi-Menu Help’ is closed to new replies.