New Topic

How to move the nav?

Home › Forum › Customization › How to move the nav?

Tagged: ,

This topic contains 1 reply, has 2 voices, and was last updated by  StartupWP 6 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #556

    andrea
    Participant

    I had to increase #branding, am running the slider, and now the nav has disappeared behind it. I’ve been changing the margin on
    nav{
    position:relative;
    border-radius:5px;
    margin-top:0;

    all over the place, but apparently, that does NOTHING.

    Where to do I have to go to get the nav to show up where I want it? http://www.aandbwebdesign.com/roatan

    Any help is greatly appreciated.

    (I know the other pages still need work as well, but gotta start somewhere….)

     

     

    #557

    StartupWP
    Keymaster

    nav {
    border-radius: 0 0 0 0;
    margin-top: 0;
    top: -64px;
    }
    #slider {
    margin-top: 37px;
    }

    Also, here’s an extra bit to fix the menu dropdown:

    nav li ul {
    top: 26px;
    }

    https://startupwp.com/topic/customizing-your-theme/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.