• I have a gap between my navigation bar and slider but want to remove it if this is possible, how can i hide the header? thanks, here is my site

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think these might be your culprits:

    #nav-container {
        margin-bottom: 3em;
    }
    #nav-container {
        margin: 0px 0px 1em;
    }

    Thread Starter akinyavuz

    (@akinyavuz)

    Hi Lee, where do I find those and what would I change them to? Thanks

    I found those in Firefox by right-clicking over the area and selecting “Inspect Element” and then searching through the code where file names and line numbers also appear so you can know sources. At that point you can temporarily uncheck things in your browser to see what changes might take place, and I think ‘#nav-container{margin:0;}’ would accomplish what you want there. One way to add that is by using a Custom CSS plugin, and another is to make a Child Theme so you custom code would only apply to that theme and then not be lost during a theme update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gap between navigation bar and slider’ is closed to new replies.